Class: Aws::BedrockAgentCoreControl::Types::CreateOnlineEvaluationConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the online evaluation configuration was created.

Returns:

  • (Time)


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_statusString

The execution status indicating whether the online evaluation is currently running.

Returns:

  • (String)


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_reasonString

The reason for failure if the online evaluation configuration creation or execution failed.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the created online evaluation configuration.

Returns:

  • (String)


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_idString

The unique identifier of the created online evaluation configuration.

Returns:

  • (String)


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_configTypes::OutputConfig

The configuration that specifies where evaluation results should be written for monitoring and analysis.

Returns:



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

#statusString

The status of the online evaluation configuration.

Returns:

  • (String)


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