InferenceEndpointsOperations interface

Interfaccia che rappresenta un'operazione InferenceEndpoints.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Creare o aggiornare InferenceEndpoint (asincrono).

delete

Eliminare InferenceEndpoint (asincrono).

get

Ottenere InferenceEndpoint.

list

Elencare gli endpoint di inferenza.

update

Aggiorna InferenceEndpoint (asincrono).

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

createOrUpdate

Creare o aggiornare InferenceEndpoint (asincrono).

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

Valore della proprietà

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

delete

Eliminare InferenceEndpoint (asincrono).

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

Valore della proprietà

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

get

Ottenere InferenceEndpoint.

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

Valore della proprietà

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

list

Elencare gli endpoint di inferenza.

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

Valore della proprietà

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

update

Aggiorna InferenceEndpoint (asincrono).

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

Valore della proprietà

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