CreateOnlineEvaluationConfigRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

The data source configuration that specifies CloudWatch log groups and service names to monitor for agent traces.

Link copied to clipboard

The description of the online evaluation configuration that explains its monitoring purpose and scope.

Link copied to clipboard

Whether to enable the online evaluation configuration immediately upon creation. If true, evaluation begins automatically.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants permissions to read from CloudWatch logs, write evaluation results, and invoke Amazon Bedrock models for evaluation.

Link copied to clipboard

The list of evaluators to apply during online evaluation. Can include both built-in evaluators and custom evaluators created with CreateEvaluator.

Link copied to clipboard

The name of the online evaluation configuration. Must be unique within your account.

Link copied to clipboard
val rule: Rule?

The evaluation rule that defines sampling configuration, filters, and session detection settings for the online evaluation.

Functions

Link copied to clipboard
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