v1

latestSwagger 2.0raw.githubusercontent.com2019-10-08181646.1 KB
Artifact

Create an Artifact for an existing data location.

Create an Artifact for an existing dataPath.

post/artifact/v2.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/artifacts/register

Path parameters

subscriptionIdstring uuid required

The Azure Subscription ID.

resourceGroupNamestring required

The Name of the resource group in which the workspace is located.

workspaceNamestring required

The name of the workspace.

Request body

artifactIdstring

The identifier of an Artifact. Format of ArtifactId - {Origin}/{Container}/{Path}.

originstring required

The origin of the Artifact creation request. Available origins are 'ExperimentRun', 'LocalUpload', 'WebUpload', 'Dataset' and 'Unknown'.

containerstring required

The name of container. Artifacts can be grouped by container.

pathstring required

The path to the Artifact in a container.

etagstring

The Etag of the Artifact.

createdTimestring date-time

The Date and Time at which the Artifact is created. The DateTime is in UTC.

Response

The Artifact is created successfully.

artifactIdstring

The identifier of an Artifact. Format of ArtifactId - {Origin}/{Container}/{Path}.

originstring required

The origin of the Artifact creation request. Available origins are 'ExperimentRun', 'LocalUpload', 'WebUpload', 'Dataset' and 'Unknown'.

containerstring required

The name of container. Artifacts can be grouped by container.

pathstring required

The path to the Artifact in a container.

etagstring

The Etag of the Artifact.

createdTimestring date-time

The Date and Time at which the Artifact is created. The DateTime is in UTC.