Class: Aws::BedrockAgentCoreControl::Types::CreateOnlineEvaluationConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateOnlineEvaluationConfigResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the online evaluation configuration was created.
-
#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 creation or execution failed.
-
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the created online evaluation configuration.
-
#online_evaluation_config_id ⇒ String
The unique identifier of the created online evaluation configuration.
-
#output_config ⇒ Types::OutputConfig
The configuration that specifies where evaluation results should be written for monitoring and analysis.
-
#status ⇒ String
The status of the online evaluation configuration.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the online evaluation configuration was created.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
The execution status indicating whether the online evaluation is currently running.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason for failure if the online evaluation configuration creation or execution failed.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the created online evaluation configuration.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#online_evaluation_config_id ⇒ String
The unique identifier of the created online evaluation configuration.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::OutputConfig
The configuration that specifies where evaluation results should be written for monitoring and analysis.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the online evaluation configuration.
3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3000 class CreateOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :created_at, :output_config, :status, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |