次の方法で共有


MachineLearningDataContainerResource.GetMachineLearningDataVersion メソッド

定義

バージョンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version}
  • 操作IdDataVersions_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)

パラメーター

version
String

バージョン識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

version は空の文字列であり、空でないと予想されていました。

version が null です。

適用対象