ConnectionOperations interface

Bağlantı işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdateDeployment
beginCreateOrUpdateDeploymentAndWait
beginDeleteDeployment
beginDeleteDeploymentAndWait
createOrUpdateDeployment

Belirtilen parametrelerle Azure OpenAI bağlantı dağıtım kaynağı oluşturma veya güncelleştirme

deleteDeployment

Azure OpenAI bağlantı dağıtım kaynağını ada göre silme

getAllModels

Kullanıcının dağıtabileceği tüm Azure OpenAI bağlantıları için Azure ML çalışma alanı altındaki modelleri alın.

getDeployment

Azure OpenAI bağlantısı altındaki dağıtımları ada göre alın.

getModels

Azure OpenAI bağlantısı altında kullanılabilir modelleri alın.

listDeployments

Azure OpenAI bağlantısı altındaki tüm dağıtımları alın.

Özellik Ayrıntıları

beginCreateOrUpdateDeployment

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdateDeployment instead

beginCreateOrUpdateDeployment: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>>

beginCreateOrUpdateDeploymentAndWait

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdateDeployment instead

beginCreateOrUpdateDeploymentAndWait: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

beginDeleteDeployment

Uyarı

Bu API artık kullanım dışıdır.

use deleteDeployment instead

beginDeleteDeployment: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteDeploymentAndWait

Uyarı

Bu API artık kullanım dışıdır.

use deleteDeployment instead

beginDeleteDeploymentAndWait: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => Promise<void>

createOrUpdateDeployment

Belirtilen parametrelerle Azure OpenAI bağlantı dağıtım kaynağı oluşturma veya güncelleştirme

createOrUpdateDeployment: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => PollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: ConnectionCreateOrUpdateDeploymentOptionalParams) => PollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>

deleteDeployment

Azure OpenAI bağlantı dağıtım kaynağını ada göre silme

deleteDeployment: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionDeleteDeploymentOptionalParams) => PollerLike<OperationState<void>, void>

getAllModels

Kullanıcının dağıtabileceği tüm Azure OpenAI bağlantıları için Azure ML çalışma alanı altındaki modelleri alın.

getAllModels: (resourceGroupName: string, workspaceName: string, options?: ConnectionGetAllModelsOptionalParams) => Promise<EndpointModels>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, options?: ConnectionGetAllModelsOptionalParams) => Promise<EndpointModels>

getDeployment

Azure OpenAI bağlantısı altındaki dağıtımları ada göre alın.

getDeployment: (resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionGetDeploymentOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, deploymentName: string, options?: ConnectionGetDeploymentOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

getModels

Azure OpenAI bağlantısı altında kullanılabilir modelleri alın.

getModels: (resourceGroupName: string, workspaceName: string, connectionName: string, options?: ConnectionGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, options?: ConnectionGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>

listDeployments

Azure OpenAI bağlantısı altındaki tüm dağıtımları alın.

listDeployments: (resourceGroupName: string, workspaceName: string, connectionName: string, options?: ConnectionListDeploymentsOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, connectionName: string, options?: ConnectionListDeploymentsOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>