Class: Aws::BedrockAgentCoreControl::Types::GetOnlineEvaluationConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetOnlineEvaluationConfigResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the online evaluation configuration was created.
-
#data_source_config ⇒ Types::DataSourceConfig
The data source configuration specifying CloudWatch log groups and service names to monitor.
-
#description ⇒ String
The description of the online evaluation configuration.
-
#evaluation_execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used for evaluation execution.
-
#evaluators ⇒ Array<Types::EvaluatorReference>
The list of evaluators applied during online evaluation.
-
#execution_status ⇒ String
The execution status indicating whether the online evaluation is currently running.
-
#failure_reason ⇒ String
The reason for failure if the online evaluation configuration execution failed.
-
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the online evaluation configuration.
-
#online_evaluation_config_id ⇒ String
The unique identifier of the online evaluation configuration.
-
#online_evaluation_config_name ⇒ String
The name of the online evaluation configuration.
-
#output_config ⇒ Types::OutputConfig
The output configuration specifying where evaluation results are written.
-
#rule ⇒ Types::Rule
The evaluation rule containing sampling configuration, filters, and session settings.
-
#status ⇒ String
The status of the online evaluation configuration.
-
#updated_at ⇒ Time
The timestamp when the online evaluation configuration was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the online evaluation configuration was created.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#data_source_config ⇒ Types::DataSourceConfig
The data source configuration specifying CloudWatch log groups and service names to monitor.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the online evaluation configuration.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#evaluation_execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used for evaluation execution.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#evaluators ⇒ Array<Types::EvaluatorReference>
The list of evaluators applied during online evaluation.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#execution_status ⇒ String
The execution status indicating whether the online evaluation is currently running.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#failure_reason ⇒ String
The reason for failure if the online evaluation configuration execution failed.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the online evaluation configuration.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#online_evaluation_config_id ⇒ String
The unique identifier of the online evaluation configuration.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#online_evaluation_config_name ⇒ String
The name of the online evaluation configuration.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#output_config ⇒ Types::OutputConfig
The output configuration specifying where evaluation results are written.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#rule ⇒ Types::Rule
The evaluation rule containing sampling configuration, filters, and session settings.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the online evaluation configuration.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the online evaluation configuration was last updated.
7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7566 class GetOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :online_evaluation_config_name, :description, :rule, :data_source_config, :evaluators, :output_config, :evaluation_execution_role_arn, :status, :execution_status, :created_at, :updated_at, :failure_reason) SENSITIVE = [:description] include Aws::Structure end |