|
8 | 8 | "azure.ai.projects.models.AgentEvaluationSamplingConfiguration": "Azure.AI.Projects.AgentEvaluationSamplingConfiguration",
|
9 | 9 | "azure.ai.projects.models.BaseCredentials": "Azure.AI.Projects.BaseCredentials",
|
10 | 10 | "azure.ai.projects.models.ApiKeyCredentials": "Azure.AI.Projects.ApiKeyCredentials",
|
11 |
| - "azure.ai.projects.models.AssetCredentialResponse": "Azure.AI.Projects.AssetCredentialResponse", |
| 11 | + "azure.ai.projects.models.Message": "Azure.AI.Projects.Message", |
| 12 | + "azure.ai.projects.models.AssistantMessage": "Azure.AI.Projects.AssistantMessage", |
12 | 13 | "azure.ai.projects.models.Index": "Azure.AI.Projects.Index",
|
13 | 14 | "azure.ai.projects.models.AzureAISearchIndex": "Azure.AI.Projects.AzureAISearchIndex",
|
14 | 15 | "azure.ai.projects.models.TargetConfig": "Azure.AI.Projects.TargetConfig",
|
15 | 16 | "azure.ai.projects.models.AzureOpenAIModelConfiguration": "Azure.AI.Projects.AzureOpenAIModelConfiguration",
|
16 | 17 | "azure.ai.projects.models.BlobReference": "Azure.AI.Projects.BlobReference",
|
| 18 | + "azure.ai.projects.models.BlobReferenceSasCredential": "Azure.AI.Projects.SasCredential", |
17 | 19 | "azure.ai.projects.models.Connection": "Azure.AI.Projects.Connection",
|
18 | 20 | "azure.ai.projects.models.CosmosDBIndex": "Azure.AI.Projects.CosmosDBIndex",
|
19 | 21 | "azure.ai.projects.models.CustomCredential": "Azure.AI.Projects.CustomCredential",
|
| 22 | + "azure.ai.projects.models.DatasetCredential": "Azure.AI.Projects.AssetCredentialResponse", |
20 | 23 | "azure.ai.projects.models.DatasetVersion": "Azure.AI.Projects.DatasetVersion",
|
21 | 24 | "azure.ai.projects.models.Deployment": "Azure.AI.Projects.Deployment",
|
| 25 | + "azure.ai.projects.models.DeveloperMessage": "Azure.AI.Projects.DeveloperMessage", |
22 | 26 | "azure.ai.projects.models.EmbeddingConfiguration": "Azure.AI.Projects.EmbeddingConfiguration",
|
23 | 27 | "azure.ai.projects.models.EntraIDCredentials": "Azure.AI.Projects.EntraIDCredentials",
|
24 | 28 | "azure.ai.projects.models.Evaluation": "Azure.AI.Projects.Evaluation",
|
| 29 | + "azure.ai.projects.models.EvaluationTarget": "Azure.AI.Projects.EvaluationTarget", |
25 | 30 | "azure.ai.projects.models.EvaluatorConfiguration": "Azure.AI.Projects.EvaluatorConfiguration",
|
26 | 31 | "azure.ai.projects.models.FieldMapping": "Azure.AI.Projects.FieldMapping",
|
27 | 32 | "azure.ai.projects.models.FileDatasetVersion": "Azure.AI.Projects.FileDatasetVersion",
|
|
30 | 35 | "azure.ai.projects.models.InputDataset": "Azure.AI.Projects.InputDataset",
|
31 | 36 | "azure.ai.projects.models.ManagedAzureAISearchIndex": "Azure.AI.Projects.ManagedAzureAISearchIndex",
|
32 | 37 | "azure.ai.projects.models.ModelDeployment": "Azure.AI.Projects.ModelDeployment",
|
| 38 | + "azure.ai.projects.models.ModelDeploymentSku": "Azure.AI.Projects.Sku", |
| 39 | + "azure.ai.projects.models.ModelResponseGenerationTarget": "Azure.AI.Projects.modelResponseGenerationTarget", |
33 | 40 | "azure.ai.projects.models.NoAuthenticationCredentials": "Azure.AI.Projects.NoAuthenticationCredentials",
|
34 | 41 | "azure.ai.projects.models.PendingUploadRequest": "Azure.AI.Projects.PendingUploadRequest",
|
35 | 42 | "azure.ai.projects.models.PendingUploadResponse": "Azure.AI.Projects.PendingUploadResponse",
|
36 | 43 | "azure.ai.projects.models.RedTeam": "Azure.AI.Projects.RedTeam",
|
37 |
| - "azure.ai.projects.models.SasCredential": "Azure.AI.Projects.SasCredential", |
38 | 44 | "azure.ai.projects.models.SASCredentials": "Azure.AI.Projects.SASCredentials",
|
39 |
| - "azure.ai.projects.models.Sku": "Azure.AI.Projects.Sku", |
| 45 | + "azure.ai.projects.models.SystemMessage": "Azure.AI.Projects.SystemMessage", |
| 46 | + "azure.ai.projects.models.UserMessage": "Azure.AI.Projects.UserMessage", |
40 | 47 | "azure.ai.projects.models.ConnectionType": "Azure.AI.Projects.ConnectionType",
|
41 | 48 | "azure.ai.projects.models.CredentialType": "Azure.AI.Projects.CredentialType",
|
| 49 | + "azure.ai.projects.models.EvaluationTargetType": "Azure.AI.Projects.EvaluationTargetType", |
42 | 50 | "azure.ai.projects.models.DatasetType": "Azure.AI.Projects.DatasetType",
|
43 | 51 | "azure.ai.projects.models.PendingUploadType": "Azure.AI.Projects.PendingUploadType",
|
44 | 52 | "azure.ai.projects.models.IndexType": "Azure.AI.Projects.IndexType",
|
|
55 | 63 | "azure.ai.projects.aio.operations.EvaluationsOperations.create": "Azure.AI.Projects.Evaluations.create",
|
56 | 64 | "azure.ai.projects.operations.EvaluationsOperations.create_agent_evaluation": "Azure.AI.Projects.Evaluations.createAgentEvaluation",
|
57 | 65 | "azure.ai.projects.aio.operations.EvaluationsOperations.create_agent_evaluation": "Azure.AI.Projects.Evaluations.createAgentEvaluation",
|
| 66 | + "azure.ai.projects.operations.EvaluationsOperations.cancel": "Azure.AI.Projects.Evaluations.cancel", |
| 67 | + "azure.ai.projects.aio.operations.EvaluationsOperations.cancel": "Azure.AI.Projects.Evaluations.cancel", |
| 68 | + "azure.ai.projects.operations.EvaluationsOperations.delete": "Azure.AI.Projects.Evaluations.delete", |
| 69 | + "azure.ai.projects.aio.operations.EvaluationsOperations.delete": "Azure.AI.Projects.Evaluations.delete", |
58 | 70 | "azure.ai.projects.operations.DatasetsOperations.list_versions": "Azure.AI.Projects.Datasets.listVersions",
|
59 | 71 | "azure.ai.projects.aio.operations.DatasetsOperations.list_versions": "Azure.AI.Projects.Datasets.listVersions",
|
60 | 72 | "azure.ai.projects.operations.DatasetsOperations.list": "Azure.AI.Projects.Datasets.listLatest",
|
|
0 commit comments