EvaluatorGenerationJobs.Get(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the details of an evaluator generation job by its ID.
public virtual System.ClientModel.ClientResult<Azure.AI.Projects.EvaluatorGenerationJob> Get(string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Projects.EvaluatorGenerationJob>
override this.Get : string * System.Threading.CancellationToken -> System.ClientModel.ClientResult<Azure.AI.Projects.EvaluatorGenerationJob>
Public Overridable Function Get (jobId As String, Optional cancellationToken As CancellationToken = Nothing) As ClientResult(Of EvaluatorGenerationJob)
Parameters
- jobId
- String
The ID of the job.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
jobId is null.
jobId is an empty string, and was expected to be non-empty.
Service returned a non-success status code.