Freigeben über


MachineLearningWorkspaceResource.GetMachineLearningFeatureStoreEntityContainerAsync Methode

Definition

Container abrufen.

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

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: