MachineLearningComputes Interface
public interface MachineLearningComputes
Resource collection API of MachineLearningComputes.
Method Summary
Method Details
define
public abstract ComputeResource.DefinitionStages.Blank define(String name)
Begins definition for a new ComputeResource resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction)
Deletes specified Machine Learning compute.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String computeName, UnderlyingResourceAction underlyingResourceAction, Context context)
Deletes specified Machine Learning compute.
Parameters:
get
public abstract ComputeResource get(String resourceGroupName, String workspaceName, String computeName)
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
Parameters:
Returns:
getById
public abstract ComputeResource getById(String id)
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
Parameters:
Returns:
getByIdWithResponse
public abstract Response
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable
Gets computes in specified workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable
Gets computes in specified workspace.
Parameters:
Returns:
listKeys
public abstract ComputeSecrets listKeys(String resourceGroupName, String workspaceName, String computeName)
Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
Parameters:
Returns:
listKeysWithResponse
public abstract Response
Gets secrets related to Machine Learning compute (storage keys, service credentials, etc).
Parameters:
Returns:
listNodes
public abstract PagedIterable
Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
Parameters:
Returns:
listNodes
public abstract PagedIterable
Get the details (e.g IP address, port etc) of all the compute nodes in the compute.
Parameters:
Returns:
restart
public abstract void restart(String resourceGroupName, String workspaceName, String computeName)
Posts a restart action to a compute instance.
Parameters:
restartWithResponse
public abstract Response
Posts a restart action to a compute instance.
Parameters:
Returns:
start
public abstract void start(String resourceGroupName, String workspaceName, String computeName)
Posts a start action to a compute instance.
Parameters:
start
public abstract void start(String resourceGroupName, String workspaceName, String computeName, Context context)
Posts a start action to a compute instance.
Parameters:
stop
public abstract void stop(String resourceGroupName, String workspaceName, String computeName)
Posts a stop action to a compute instance.
Parameters:
stop
public abstract void stop(String resourceGroupName, String workspaceName, String computeName, Context context)
Posts a stop action to a compute instance.
Parameters:
Applies to
Azure SDK for Java