EvaluatorSummary

The summary information about an evaluator, including basic metadata and status information.

Types

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

Properties

Link copied to clipboard

The timestamp when the evaluator was created.

Link copied to clipboard

The description of the evaluator.

Link copied to clipboard

The Amazon Resource Name (ARN) of the evaluator.

Link copied to clipboard

The unique identifier of the evaluator.

Link copied to clipboard

The name of the evaluator.

Link copied to clipboard

The type of evaluator, indicating whether it is a built-in evaluator provided by the service or a custom evaluator created by the user.

Link copied to clipboard

The evaluation level (TOOL_CALL, TRACE, or SESSION) that determines the scope of evaluation.

Link copied to clipboard

Whether the evaluator is locked for modification due to being referenced by active online evaluation configurations.

Link copied to clipboard

The current status of the evaluator.

Link copied to clipboard

The timestamp when the evaluator was last updated.

Functions

Link copied to clipboard
inline fun copy(block: EvaluatorSummary.Builder.() -> Unit = {}): EvaluatorSummary
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