Note:

You are viewing the documentation for an older major version of the AWS CLI (version 1).

AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.

[ aws . bedrock ]

get-evaluation-job

Description

Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see Model evaluations .

See also: AWS API Documentation

Synopsis

  get-evaluation-job
--job-identifier <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]

Options

--job-identifier (string)

The Amazon Resource Name (ARN) of the model evaluation job.

--cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command's default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination.

--output (string)

The formatting style for command output.

  • json
  • text
  • table

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

Output

jobName -> (string)

The name of the model evaluation job.

status -> (string)

The status of the model evaluation job.

jobArn -> (string)

The Amazon Resource Name (ARN) of the model evaluation job.

jobDescription -> (string)

The description of the model evaluation job.

roleArn -> (string)

The Amazon Resource Name (ARN) of the IAM service role used in the model evaluation job.

customerEncryptionKeyId -> (string)

The Amazon Resource Name (ARN) of the customer managed key specified when the model evaluation job was created.

jobType -> (string)

The type of model evaluation job.

evaluationConfig -> (tagged union structure)

Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets used, and any custom metrics you defined.

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: automated, human.

automated -> (structure)

Used to specify an automated model evaluation job. See AutomatedEvaluationConfig to view the required parameters.

datasetMetricConfigs -> (list)

Specifies the required elements for an automatic model evaluation job.

(structure)

Defines the built-in prompt datasets, built-in metric names and custom metric names, and the task type.

taskType -> (string)

The task type you want the model to carry out.

dataset -> (structure)

Specifies the prompt dataset.

name -> (string)

Used to specify supported built-in prompt datasets. Valid values are Builtin.Bold , Builtin.BoolQ , Builtin.NaturalQuestions , Builtin.Gigaword , Builtin.RealToxicityPrompts , Builtin.TriviaQa , Builtin.T-Rex , Builtin.WomensEcommerceClothingReviews and Builtin.Wikitext2 .

datasetLocation -> (tagged union structure)

For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: s3Uri.

s3Uri -> (string)

The S3 URI of the S3 bucket specified in the job.

metricNames -> (list)

The names of the metrics used. For automated model evaluation jobs valid values are "Builtin.Accuracy" , "Builtin.Robustness" , and "Builtin.Toxicity" . In human-based model evaluation jobs the array of strings must match the name parameter specified in HumanEvaluationCustomMetric .

(string)

human -> (structure)

Used to specify a model evaluation job that uses human workers.See HumanEvaluationConfig to view the required parameters.

humanWorkflowConfig -> (structure)

The parameters of the human workflow.

flowDefinitionArn -> (string)

The Amazon Resource Number (ARN) for the flow definition

instructions -> (string)

Instructions for the flow definition

customMetrics -> (list)

A HumanEvaluationCustomMetric object. It contains the names the metrics, how the metrics are to be evaluated, an optional description.

(structure)

In a model evaluation job that uses human workers you must define the name of the metric, and how you want that metric rated ratingMethod , and an optional description of the metric.

name -> (string)

The name of the metric. Your human evaluators will see this name in the evaluation UI.

description -> (string)

An optional description of the metric. Use this parameter to provide more details about the metric.

ratingMethod -> (string)

Choose how you want your human workers to evaluation your model. Valid values for rating methods are ThumbsUpDown , IndividualLikertScale ,``ComparisonLikertScale`` , ComparisonChoice , and ComparisonRank

datasetMetricConfigs -> (list)

Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.

(structure)

Defines the built-in prompt datasets, built-in metric names and custom metric names, and the task type.

taskType -> (string)

The task type you want the model to carry out.

dataset -> (structure)

Specifies the prompt dataset.

name -> (string)

Used to specify supported built-in prompt datasets. Valid values are Builtin.Bold , Builtin.BoolQ , Builtin.NaturalQuestions , Builtin.Gigaword , Builtin.RealToxicityPrompts , Builtin.TriviaQa , Builtin.T-Rex , Builtin.WomensEcommerceClothingReviews and Builtin.Wikitext2 .

datasetLocation -> (tagged union structure)

For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: s3Uri.

s3Uri -> (string)

The S3 URI of the S3 bucket specified in the job.

metricNames -> (list)

The names of the metrics used. For automated model evaluation jobs valid values are "Builtin.Accuracy" , "Builtin.Robustness" , and "Builtin.Toxicity" . In human-based model evaluation jobs the array of strings must match the name parameter specified in HumanEvaluationCustomMetric .

(string)

inferenceConfig -> (tagged union structure)

Details about the models you specified in your model evaluation job.

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: models.

models -> (list)

Used to specify the models.

(tagged union structure)

Defines the models used in the model evaluation job.

Note

This is a Tagged Union structure. Only one of the following top level keys can be set: bedrockModel.

bedrockModel -> (structure)

Defines the Amazon Bedrock model and inference parameters you want used.

modelIdentifier -> (string)

The ARN of the Amazon Bedrock model specified.

inferenceParams -> (string)

Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.

outputDataConfig -> (structure)

Amazon S3 location for where output data is saved.

s3Uri -> (string)

The Amazon S3 URI where the results of model evaluation job are saved.

creationTime -> (timestamp)

When the model evaluation job was created.

lastModifiedTime -> (timestamp)

When the model evaluation job was last modified.

failureMessages -> (list)

An array of strings the specify why the model evaluation job has failed.

(string)