MachineLearningLabelingJobCollection.Exists Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Verifica se o recurso existe no azure.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
- Operação IdLabelingJobs_Get
public virtual Azure.Response<bool> Exists (string id, bool? includeJobInstructions = default, bool? includeLabelCategories = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (id As String, Optional includeJobInstructions As Nullable(Of Boolean) = Nothing, Optional includeLabelCategories As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parâmetros
- id
- String
O nome e o identificador do LabelingJob.
Valor booliano para indicar se deseja incluir JobInstructions em resposta.
Valor booliano para indicar Se deve incluir LabelCategories em resposta.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
id
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
id
é nulo.
Aplica-se a
Azure SDK for .NET