EvaluatorGenerationJobs Class

Definition

The EvaluatorGenerationJobs sub-client.

public class EvaluatorGenerationJobs
type EvaluatorGenerationJobs = class
Public Class EvaluatorGenerationJobs
Inheritance
EvaluatorGenerationJobs

Constructors

Name Description
EvaluatorGenerationJobs()

Initializes a new instance of EvaluatorGenerationJobs for mocking.

Properties

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
Cancel(String, CancellationToken)

Cancels an evaluator generation job by its ID.

CancelAsync(String, CancellationToken)

Cancels an evaluator generation job by its ID.

Create(EvaluatorGenerationJob, String, CancellationToken)

Creates an evaluator generation job. The service generates rubric-based evaluator definitions from the provided source materials asynchronously.

CreateAsync(EvaluatorGenerationJob, String, CancellationToken)

Creates an evaluator generation job. The service generates rubric-based evaluator definitions from the provided source materials asynchronously.

Delete(String, CancellationToken)

Deletes an evaluator generation job by its ID. Deletes the job record only; the generated evaluator (if any) is preserved.

DeleteAsync(String, CancellationToken)

Deletes an evaluator generation job by its ID. Deletes the job record only; the generated evaluator (if any) is preserved.

Get(String, CancellationToken)

Gets the details of an evaluator generation job by its ID.

GetAll(Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, String, CancellationToken)

Returns a list of evaluator generation jobs.

GetAllAsync(Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, String, CancellationToken)

Returns a list of evaluator generation jobs.

GetAsync(String, CancellationToken)

Gets the details of an evaluator generation job by its ID.

Applies to