Skip to content

Bedrock  >  Operations  >  stop_evaluation_job

stop_evaluation_job

Operation

stop_evaluation_job async

stop_evaluation_job(input: StopEvaluationJobInput, plugins: list[Plugin] | None = None) -> StopEvaluationJobOutput

Stops an evaluation job that is current being created or running.

Parameters:

Name Type Description Default
input StopEvaluationJobInput

An instance of StopEvaluationJobInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
StopEvaluationJobOutput

An instance of StopEvaluationJobOutput.

Input

StopEvaluationJobInput dataclass

Dataclass for StopEvaluationJobInput structure.

Attributes

job_identifier class-attribute instance-attribute
job_identifier: str | None = field(repr=False, default=None)

The Amazon Resource Name (ARN) of the evaluation job you want to stop.

Output

StopEvaluationJobOutput dataclass

Dataclass for StopEvaluationJobOutput structure.