다음을 통해 공유


MachineLearningDataContainerResource.GetMachineLearningDataVersionAsync Method

Definition

Get version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version}
  • Operation Id: DataVersions_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningDataVersionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>> GetMachineLearningDataVersionAsync (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningDataVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>>
override this.GetMachineLearningDataVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningDataVersionResource>>
Public Overridable Function GetMachineLearningDataVersionAsync (version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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