InferenceEndpointsOperations interface

Bir InferenceEndpoints işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

InferenceEndpoint (zaman uyumsuz) oluşturun veya güncelleştirin.

delete

InferenceEndpoint (zaman uyumsuz) silin.

get

InferenceEndpoint'i edinin.

list

Çıkarım uç noktalarını listeleyin.

update

InferenceEndpoint'i (zaman uyumsuz) güncelleştirin.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>

beginCreateOrUpdateAndWait

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<InferenceEndpoint>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<InferenceEndpoint>

beginDelete

Uyarı

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

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<void>

beginUpdate

Uyarı

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

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>

beginUpdateAndWait

Uyarı

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

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<InferenceEndpoint>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<InferenceEndpoint>

createOrUpdate

InferenceEndpoint (zaman uyumsuz) oluşturun veya güncelleştirin.

createOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>

delete

InferenceEndpoint (zaman uyumsuz) silin.

delete: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

InferenceEndpoint'i edinin.

get: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsGetOptionalParams) => Promise<InferenceEndpoint>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsGetOptionalParams) => Promise<InferenceEndpoint>

list

Çıkarım uç noktalarını listeleyin.

list: (resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceEndpointsListOptionalParams) => PagedAsyncIterableIterator<InferenceEndpoint, InferenceEndpoint[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceEndpointsListOptionalParams) => PagedAsyncIterableIterator<InferenceEndpoint, InferenceEndpoint[], PageSettings>

update

InferenceEndpoint'i (zaman uyumsuz) güncelleştirin.

update: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>