BatchDeploymentsClient Interface
public interface BatchDeploymentsClient
An instance of this class provides access to all the operations defined in BatchDeploymentsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<BatchDeploymentInner>,BatchDeploymentInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, BatchDeploymentInner body)
Creates/updates a batch inference deployment (asynchronous).
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<BatchDeploymentInner>,BatchDeploymentInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, BatchDeploymentInner body, Context context)
Creates/updates a batch inference deployment (asynchronous).
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Delete Batch Inference deployment (asynchronous).
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Delete Batch Inference deployment (asynchronous).
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<BatchDeploymentInner>,BatchDeploymentInner> beginUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body)
Update a batch inference deployment (asynchronous).
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<BatchDeploymentInner>,BatchDeploymentInner> beginUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body, Context context)
Update a batch inference deployment (asynchronous).
Parameters:
Returns:
createOrUpdate
public abstract BatchDeploymentInner createOrUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, BatchDeploymentInner body)
Creates/updates a batch inference deployment (asynchronous).
Parameters:
Returns:
createOrUpdate
public abstract BatchDeploymentInner createOrUpdate(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, BatchDeploymentInner body, Context context)
Creates/updates a batch inference deployment (asynchronous).
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Delete Batch Inference deployment (asynchronous).
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Delete Batch Inference deployment (asynchronous).
Parameters:
get
public abstract BatchDeploymentInner get(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Gets a batch inference deployment by id.
Parameters:
Returns:
getWithResponse
public abstract Response<BatchDeploymentInner> getWithResponse(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Gets a batch inference deployment by id.
Parameters:
Returns:
list
public abstract PagedIterable<BatchDeploymentInner> list(String resourceGroupName, String workspaceName, String endpointName)
Lists Batch inference deployments in the workspace.
Parameters:
Returns:
list
public abstract PagedIterable<BatchDeploymentInner> list(String resourceGroupName, String workspaceName, String endpointName, String orderBy, Integer top, String skip, Context context)
Lists Batch inference deployments in the workspace.
Parameters:
Returns:
update
public abstract BatchDeploymentInner update(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body)
Update a batch inference deployment (asynchronous).
Parameters:
Returns:
update
public abstract BatchDeploymentInner update(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties body, Context context)
Update a batch inference deployment (asynchronous).
Parameters:
Returns: