Class: Aws::BedrockAgentCore::Types::StartBatchEvaluationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StartBatchEvaluationResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_evaluation_arn ⇒ String
The Amazon Resource Name (ARN) of the created batch evaluation.
-
#batch_evaluation_id ⇒ String
The unique identifier of the created batch evaluation.
-
#batch_evaluation_name ⇒ String
The name of the batch evaluation.
-
#created_at ⇒ Time
The timestamp when the batch evaluation was created.
-
#description ⇒ String
The description of the batch evaluation.
-
#evaluators ⇒ Array<Types::Evaluator>
The list of evaluators applied during the batch evaluation.
-
#insights ⇒ Array<Types::Insight>
The list of insight analyses applied during the batch evaluation.
-
#kms_key_arn ⇒ String
The ARN of the KMS key used to encrypt evaluation data.
-
#output_config ⇒ Types::OutputConfig
The output configuration specifying where evaluation results are written.
-
#status ⇒ String
The status of the batch evaluation.
-
#tags ⇒ Hash<String,String>
The tags associated with the batch evaluation.
Instance Attribute Details
#batch_evaluation_arn ⇒ String
The Amazon Resource Name (ARN) of the created batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#batch_evaluation_id ⇒ String
The unique identifier of the created batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#batch_evaluation_name ⇒ String
The name of the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the batch evaluation was created.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#evaluators ⇒ Array<Types::Evaluator>
The list of evaluators applied during the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ Array<Types::Insight>
The list of insight analyses applied during the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the KMS key used to encrypt evaluation data.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::OutputConfig
The output configuration specifying where evaluation results are written.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the batch evaluation.
9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9551 class StartBatchEvaluationResponse < Struct.new( :batch_evaluation_id, :batch_evaluation_arn, :batch_evaluation_name, :evaluators, :insights, :status, :created_at, :output_config, :tags, :kms_key_arn, :description) SENSITIVE = [] include Aws::Structure end |