Bagikan melalui


MachineLearningDataContainerResource.GetMachineLearningDataVersion 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> GetMachineLearningDataVersion (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningDataVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>
override this.GetMachineLearningDataVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>
Public Overridable Function GetMachineLearningDataVersion (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 null.

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

Applies to