MachineLearningModelContainerCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Operation Id: ModelContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningModelContainerResource
C#
public virtual Azure.NullableResponse<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource> GetIfExists(string name, System.Threading.CancellationToken cancellationToken = default);

Parameters

name
String

Container name. This is case-sensitive.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

name is null.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview