OnlineEvaluationConfigSummary¶
Structure Class¶
OnlineEvaluationConfigSummary
dataclass
¶
The summary information about an online evaluation configuration, including basic metadata and execution status.
Attributes¶
clustering_config
class-attribute
instance-attribute
¶
clustering_config: ClusteringConfig | None = None
The clustering configuration for periodic batch evaluation.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the online evaluation configuration was created.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the online evaluation configuration.
execution_status
instance-attribute
¶
execution_status: OnlineEvaluationExecutionStatus
The execution status indicating whether the online evaluation is currently running.
failure_reason
class-attribute
instance-attribute
¶
failure_reason: str | None = None
The reason for failure if the online evaluation configuration execution failed.
insights
class-attribute
instance-attribute
¶
insights: list[Insight] | None = None
The list of insight types configured for this evaluation.
online_evaluation_config_arn
instance-attribute
¶
online_evaluation_config_arn: str
The Amazon Resource Name (ARN) of the online evaluation configuration.
online_evaluation_config_id
instance-attribute
¶
online_evaluation_config_id: str
The unique identifier of the online evaluation configuration.
online_evaluation_config_name
instance-attribute
¶
online_evaluation_config_name: str
The name of the online evaluation configuration.
status
instance-attribute
¶
status: OnlineEvaluationConfigStatus
The status of the online evaluation configuration.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the online evaluation configuration was last updated.