Freigeben über


MachineLearningWorkspaceResource.GetMachineLearningFeatureSetContainer Methode

Definition

Container abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}
  • Vorgang IdFeaturesetContainers_GetEntity
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource> GetMachineLearningFeatureSetContainer (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningFeatureSetContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource>
override this.GetMachineLearningFeatureSetContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource>
Public Overridable Function GetMachineLearningFeatureSetContainer (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningFeatureSetContainerResource)

Parameter

name
String

Der Containername. Hierbei muss die Groß-/Kleinschreibung beachtet werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

name ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

name ist NULL.

Gilt für: