DataVersions interface
Interface representing a DataVersions.
Methods
begin |
Publish version asset into registry. |
begin |
Publish version asset into registry. |
create |
Create or update version. |
delete(string, string, string, string, Data |
Delete version. |
get(string, string, string, string, Data |
Get version. |
list(string, string, string, Data |
List data versions in the data container |
Method Details
beginPublish(string, string, string, string, DestinationAsset, DataVersionsPublishOptionalParams)
Publish version asset into registry.
function beginPublish(resourceGroupName: string, workspaceName: string, name: string, version: string, body: DestinationAsset, options?: DataVersionsPublishOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Container name.
- version
-
string
Version identifier.
- body
- DestinationAsset
Destination registry info
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginPublishAndWait(string, string, string, string, DestinationAsset, DataVersionsPublishOptionalParams)
Publish version asset into registry.
function beginPublishAndWait(resourceGroupName: string, workspaceName: string, name: string, version: string, body: DestinationAsset, options?: DataVersionsPublishOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Container name.
- version
-
string
Version identifier.
- body
- DestinationAsset
Destination registry info
The options parameters.
Returns
Promise<void>
createOrUpdate(string, string, string, string, DataVersionBase, DataVersionsCreateOrUpdateOptionalParams)
Create or update version.
function createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: DataVersionBase, options?: DataVersionsCreateOrUpdateOptionalParams): Promise<DataVersionBase>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Container name.
- version
-
string
Version identifier.
- body
- DataVersionBase
Version entity to create or update.
The options parameters.
Returns
Promise<DataVersionBase>
delete(string, string, string, string, DataVersionsDeleteOptionalParams)
Delete version.
function delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: DataVersionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Container name.
- version
-
string
Version identifier.
- options
- DataVersionsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, string, DataVersionsGetOptionalParams)
Get version.
function get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: DataVersionsGetOptionalParams): Promise<DataVersionBase>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Container name.
- version
-
string
Version identifier.
- options
- DataVersionsGetOptionalParams
The options parameters.
Returns
Promise<DataVersionBase>
list(string, string, string, DataVersionsListOptionalParams)
List data versions in the data container
function list(resourceGroupName: string, workspaceName: string, name: string, options?: DataVersionsListOptionalParams): PagedAsyncIterableIterator<DataVersionBase, DataVersionBase[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Data container's name
- options
- DataVersionsListOptionalParams
The options parameters.