models Package
Classes
| ApiKeyCredentials |
API Key Credential definition. |
| AzureAISearchIndex |
Azure AI Search Index Definition. |
| BaseCredentials |
A base class for connection credentials. You probably want to use the sub-classes and not this class directly. Known sub-classes are: EntraIDCredentials, ApiKeyCredentials, CustomCredential, NoAuthenticationCredentials, SASCredentials |
| BlobReference |
Blob reference details. |
| BlobReferenceSasCredential |
SAS Credential definition. |
| Connection |
Response from the list and get connections operations. |
| CosmosDBIndex |
CosmosDB Vector Store Index Definition. |
| CustomCredential |
Custom credential definition. |
| DatasetCredential |
Represents a reference to a blob for consumption. |
| DatasetVersion |
DatasetVersion Definition. You probably want to use the sub-classes and not this class directly. Known sub-classes are: FileDatasetVersion, FolderDatasetVersion |
| Deployment |
Model Deployment Definition. You probably want to use the sub-classes and not this class directly. Known sub-classes are: ModelDeployment |
| EmbeddingConfiguration |
Embedding configuration class. |
| EntraIDCredentials |
Entra ID credential definition. |
| FieldMapping |
Field mapping configuration class. |
| FileDatasetVersion |
FileDatasetVersion Definition. |
| FolderDatasetVersion |
FileDatasetVersion Definition. |
| Index |
Index resource Definition. You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureAISearchIndex, CosmosDBIndex, ManagedAzureAISearchIndex |
| ManagedAzureAISearchIndex |
Managed Azure AI Search Index Definition. |
| ModelDeployment |
Model Deployment Definition. |
| ModelDeploymentSku |
Sku information. |
| NoAuthenticationCredentials |
Credentials that do not require authentication. |
| PendingUploadRequest |
Represents a request for a pending upload. |
| PendingUploadResponse |
Represents the response for a pending upload request. |
| SASCredentials |
Shared Access Signature (SAS) credential definition. |
Enums
| ConnectionType |
The Type (or category) of the connection. |
| CredentialType |
The credential type used by the connection. |
| DatasetType |
Enum to determine the type of data. |
| DeploymentType |
Type of DeploymentType. |
| EvaluatorIds | |
| IndexType |
Type of IndexType. |
| PendingUploadType |
The type of pending upload. |