
    Y%h                     h    d dl mZ  G d de      Z G d de      Z G d de      Z G d d	e      Zy
)    )Enumc                       e Zd ZdZdZdZdZy)CloudProvidera  Cloud providers available for use with Pinecone serverless indexes
    
    This list could expand or change over time as more cloud providers are supported.
    Check the Pinecone documentation for the most up-to-date list of supported cloud 
    providers. If you want to use a cloud provider that is not listed here, you can 
    pass a string value directly without using this enum.
    awsgcpazureN)__name__
__module____qualname____doc__AWSGCPAZURE     k/var/www/pru.catia.catastroantioquia-mas.com/valormas/lib/python3.12/site-packages/pinecone/enums/clouds.pyr   r      s     C
CEr   r   c                       e Zd ZdZdZdZdZy)	AwsRegiona  AWS (Amazon Web Services) regions available for use with Pinecone serverless indexes
    
    This list could expand or change over time as more regions are supported.
    Check the Pinecone documentation for the most up-to-date list of supported 
    regions. If you want to use a region that is not listed here, you can 
    pass a string value directly without using this enum.
    z	us-east-1z	us-west-2z	eu-west-1N)r	   r
   r   r   	US_EAST_1	US_WEST_2	EU_WEST_1r   r   r   r   r      s     IIIr   r   c                       e Zd ZdZdZdZy)	GcpRegiona  GCP (Google Cloud Platform) regions available for use with Pinecone serverless indexes
    
    This list could expand or change over time as more regions are supported.
    Check the Pinecone documentation for the most up-to-date list of supported 
    regions. If you want to use a region that is not listed here, you can 
    pass a string value directly without using this enum.
    zus-central1zeurope-west4N)r	   r
   r   r   US_CENTRAL1EUROPE_WEST4r   r   r   r   r       s      K!Lr   r   c                       e Zd ZdZdZy)AzureRegionam  Azure regions available for use with Pinecone serverless indexes
    
    This list could expand or change over time as more regions are supported.
    Check the Pinecone documentation for the most up-to-date list of supported 
    regions. If you want to use a region that is not listed here, you can 
    pass a string value directly without using this enum.
    eastus2N)r	   r
   r   r   EASTUS2r   r   r   r   r   -   s     Gr   r   N)enumr   r   r   r   r   r   r   r   <module>r!      s8    D  
" 
"	$ 	r   