BatchEndpoints Interface
public interface BatchEndpoints
Resource collection API of BatchEndpoints.
Method Summary
Method Details
define
public abstract BatchEndpoint.DefinitionStages.Blank define(String name)
Begins definition for a new BatchEndpoint resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName)
Delete Batch Inference Endpoint (asynchronous).
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName, Context context)
Delete Batch Inference Endpoint (asynchronous).
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Batch Inference Endpoint (asynchronous).
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete Batch Inference Endpoint (asynchronous).
Parameters:
get
public abstract BatchEndpoint get(String resourceGroupName, String workspaceName, String endpointName)
Gets a batch inference endpoint by name.
Parameters:
Returns:
getById
public abstract BatchEndpoint getById(String id)
Gets a batch inference endpoint by name.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<BatchEndpoint> getByIdWithResponse(String id, Context context)
Gets a batch inference endpoint by name.
Parameters:
Returns:
getWithResponse
public abstract Response<BatchEndpoint> getWithResponse(String resourceGroupName, String workspaceName, String endpointName, Context context)
Gets a batch inference endpoint by name.
Parameters:
Returns:
list
public abstract PagedIterable<BatchEndpoint> list(String resourceGroupName, String workspaceName)
Lists Batch inference endpoint in the workspace.
Parameters:
Returns:
list
public abstract PagedIterable<BatchEndpoint> list(String resourceGroupName, String workspaceName, Integer count, String skip, Context context)
Lists Batch inference endpoint in the workspace.
Parameters:
Returns:
listKeys
public abstract EndpointAuthKeys listKeys(String resourceGroupName, String workspaceName, String endpointName)
Lists batch Inference Endpoint keys.
Parameters:
Returns:
listKeysWithResponse
public abstract Response<EndpointAuthKeys> listKeysWithResponse(String resourceGroupName, String workspaceName, String endpointName, Context context)
Lists batch Inference Endpoint keys.
Parameters:
Returns: