OnlineDeployments Interface
public interface OnlineDeployments
Resource collection API of OnlineDeployments.
Method Summary
Method Details
define
public abstract OnlineDeployment.DefinitionStages.Blank define(String name)
Begins definition for a new OnlineDeployment resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Delete Inference Endpoint Deployment (asynchronous).
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Delete Inference Endpoint Deployment (asynchronous).
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Inference Endpoint Deployment (asynchronous).
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete Inference Endpoint Deployment (asynchronous).
Parameters:
get
public abstract OnlineDeployment get(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
Get Inference Deployment Deployment.
Parameters:
Returns:
getById
public abstract OnlineDeployment getById(String id)
Get Inference Deployment Deployment.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<OnlineDeployment> getByIdWithResponse(String id, Context context)
Get Inference Deployment Deployment.
Parameters:
Returns:
getLogs
public abstract DeploymentLogs getLogs(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, DeploymentLogsRequest body)
Polls an Endpoint operation.
Parameters:
Returns:
getLogsWithResponse
public abstract Response<DeploymentLogs> getLogsWithResponse(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, DeploymentLogsRequest body, Context context)
Polls an Endpoint operation.
Parameters:
Returns:
getWithResponse
public abstract Response<OnlineDeployment> getWithResponse(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Context context)
Get Inference Deployment Deployment.
Parameters:
Returns:
list
public abstract PagedIterable<OnlineDeployment> list(String resourceGroupName, String workspaceName, String endpointName)
List Inference Endpoint Deployments.
Parameters:
Returns:
list
public abstract PagedIterable<OnlineDeployment> list(String resourceGroupName, String workspaceName, String endpointName, String orderBy, Integer top, String skip, Context context)
List Inference Endpoint Deployments.
Parameters:
Returns:
listSkus
public abstract PagedIterable<SkuResource> listSkus(String resourceGroupName, String workspaceName, String endpointName, String deploymentName)
List Inference Endpoint Deployment Skus.
Parameters:
Returns:
listSkus
public abstract PagedIterable<SkuResource> listSkus(String resourceGroupName, String workspaceName, String endpointName, String deploymentName, Integer count, String skip, Context context)
List Inference Endpoint Deployment Skus.
Parameters:
Returns: