BatchDeployments Interface
public interface BatchDeployments
Resource collection API of BatchDeployments.
Method Summary
Method Details
define
public abstract BatchDeployment.DefinitionStages.Blank define(String name)
Begins definition for a new BatchDeployment resource.
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:
deleteById
public abstract void deleteById(String id)
Delete Batch Inference deployment (asynchronous).
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete Batch Inference deployment (asynchronous).
Parameters:
get
public abstract BatchDeployment get(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Gets a batch inference deployment by id.
Parameters:
Returns:
getById
public abstract BatchDeployment getById(String id)
Gets a batch inference deployment by id.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<BatchDeployment> getByIdWithResponse(String id, Context context)
Gets a batch inference deployment by id.
Parameters:
Returns:
getWithResponse
public abstract Response<BatchDeployment> getWithResponse(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Gets a batch inference deployment by id.
Parameters:
Returns:
list
public abstract PagedIterable<BatchDeployment> list(String resourceGroupName, String workspaceName, String endpointName)
Lists Batch inference deployments in the workspace.
Parameters:
Returns:
list
public abstract PagedIterable<BatchDeployment> list(String resourceGroupName, String workspaceName, String endpointName, String orderBy, Integer top, String skip, Context context)
Lists Batch inference deployments in the workspace.
Parameters:
Returns: