@aws-sdk/client-bedrock

GetEvaluationJobCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
creationTime RequiredDate | undefined

The time the evaluation job was created.

evaluationConfig RequiredEvaluationConfig | undefined

Contains the configuration details of either an automated or human-based evaluation job.

inferenceConfig RequiredEvaluationInferenceConfig | undefined

Contains the configuration details of the inference model used for the evaluation job.

jobArn Requiredstring | undefined

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

jobName Requiredstring | undefined

The name for the evaluation job.

jobType RequiredEvaluationJobType | undefined

Specifies whether the evaluation job is automated or human-based.

outputDataConfig RequiredEvaluationOutputDataConfig | undefined

Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job.

roleArn Requiredstring | undefined

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

status RequiredEvaluationJobStatus | undefined

The current status of the evaluation job.

applicationType ApplicationType | undefined

Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).

customerEncryptionKeyId string | undefined

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

failureMessages string[] | undefined

A list of strings that specify why the evaluation job failed to create.

jobDescription string | undefined

The description of the evaluation job.

lastModifiedTime Date | undefined

The time the evaluation job was last modified.

Full Signature

export interface GetEvaluationJobCommandOutput extends GetEvaluationJobResponse, MetadataBearer