MachineLearningRegistryModelVersionCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • Operation Id: RegistryModelVersions_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource> GetIfExists (string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
Public Overridable Function GetIfExists (version As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of MachineLearningRegistryModelVersionResource)

Parameters

version
String

Version identifier. This is case-sensitive.

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