Udostępnij za pośrednictwem


MachineLearningDataVersionCollection.Get(String, CancellationToken) Method

Definition

Get version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version}
  • Operation Id: DataVersions_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource> Get (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>
Public Overridable Function Get (version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningDataVersionResource)

Parameters

version
String

Version identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

version is an empty string, and was expected to be non-empty.

version is null.

Applies to