EvaluationSummary

Summary information of an evaluation job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The time the evaluation job was created.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the models used to compute custom metrics in an Amazon Bedrock evaluation job.

Link copied to clipboard

The type of task for model evaluation.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the models used to compute the metrics for a knowledge base evaluation job.

Link copied to clipboard

Identifies the models, Knowledge Bases, or other RAG sources evaluated in a model or Knowledge Base evaluation job.

Link copied to clipboard

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

Link copied to clipboard

The name for the evaluation job.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Names (ARNs) of the model(s) used for the evaluation job.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the knowledge base resources used for a knowledge base evaluation job.

Link copied to clipboard

The current status of the evaluation job.

Functions

Link copied to clipboard
inline fun copy(block: EvaluationSummary.Builder.() -> Unit = {}): EvaluationSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String