ModelVersionsClient Interface
public interface ModelVersionsClient
An instance of this class provides access to all the operations defined in ModelVersionsClient.
Method Summary
Method Details
beginPublish
public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)
Publish version asset into registry.
Parameters:
Returns:
beginPublish
public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)
Publish version asset into registry.
Parameters:
Returns:
createOrUpdate
public abstract ModelVersionInner createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ModelVersionInner body)
Create or update version.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ModelVersionInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ModelVersionInner body, Context context)
Create or update version.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name, String version)
Delete version.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Delete version.
Parameters:
Returns:
get
public abstract ModelVersionInner get(String resourceGroupName, String workspaceName, String name, String version)
Get version.
Parameters:
Returns:
getWithResponse
public abstract Response<ModelVersionInner> getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)
Get version.
Parameters:
Returns:
list
public abstract PagedIterable<ModelVersionInner> list(String resourceGroupName, String workspaceName, String name)
List model versions.
Parameters:
Returns:
list
public abstract PagedIterable<ModelVersionInner> list(String resourceGroupName, String workspaceName, String name, String skip, String orderBy, Integer top, String version, String description, Integer offset, String tags, String properties, String feed, ListViewType listViewType, Context context)
List model versions.
Parameters:
Returns:
publish
public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)
Publish version asset into registry.
Parameters:
publish
public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)
Publish version asset into registry.
Parameters: