InferenceEndpointsOperations interface
InferenceEndpoints操作を表すインターフェース。
プロパティ
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
InferenceEndpoint (非同期) を作成または更新します。 |
| delete | InferenceEndpoint (非同期) を削除します。 |
| get | InferenceEndpointを取得します。 |
| list | 推論エンドポイントを一覧表示します。 |
| update | InferenceEndpoint を更新します (非同期)。 |
プロパティの詳細
beginCreateOrUpdate
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>
beginCreateOrUpdateAndWait
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<InferenceEndpoint>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => Promise<InferenceEndpoint>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => Promise<void>
beginUpdate
警告
この API は非推奨になりました。
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>>
beginUpdateAndWait
警告
この API は非推奨になりました。
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<InferenceEndpoint>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => Promise<InferenceEndpoint>
createOrUpdate
InferenceEndpoint (非同期) を作成または更新します。
createOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: InferenceEndpoint, options?: InferenceEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>
delete
InferenceEndpoint (非同期) を削除します。
delete: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
InferenceEndpointを取得します。
get: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsGetOptionalParams) => Promise<InferenceEndpoint>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, options?: InferenceEndpointsGetOptionalParams) => Promise<InferenceEndpoint>
list
推論エンドポイントを一覧表示します。
list: (resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceEndpointsListOptionalParams) => PagedAsyncIterableIterator<InferenceEndpoint, InferenceEndpoint[], PageSettings>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceEndpointsListOptionalParams) => PagedAsyncIterableIterator<InferenceEndpoint, InferenceEndpoint[], PageSettings>
update
InferenceEndpoint を更新します (非同期)。
update: (resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>
プロパティ値
(resourceGroupName: string, workspaceName: string, poolName: string, endpointName: string, body: Record<string, any>, options?: InferenceEndpointsUpdateOptionalParams) => PollerLike<OperationState<InferenceEndpoint>, InferenceEndpoint>