- Navigation Guide
@aws-sdk/client-bedrock
GetEvaluationJobCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
creationTime Required | Date | undefined | The time the evaluation job was created. |
evaluationConfig Required | EvaluationConfig | undefined | Contains the configuration details of either an automated or human-based evaluation job. |
inferenceConfig Required | EvaluationInferenceConfig | undefined | Contains the configuration details of the inference model used for the evaluation job. |
jobArn Required | string | undefined | The Amazon Resource Name (ARN) of the evaluation job. |
jobName Required | string | undefined | The name for the evaluation job. |
jobType Required | EvaluationJobType | undefined | Specifies whether the evaluation job is automated or human-based. |
outputDataConfig Required | EvaluationOutputDataConfig | undefined | Contains the configuration details of the Amazon S3 bucket for storing the results of the evaluation job. |
roleArn Required | string | undefined | The Amazon Resource Name (ARN) of the IAM service role used in the evaluation job. |
status Required | EvaluationJobStatus | 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