Class: Aws::BedrockAgentCoreControl::Types::EvaluatorSummary

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

Overview

The summary information about an evaluator, including basic metadata and status information.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the evaluator was created.

Returns:

  • (Time)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the evaluator.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#evaluator_arnString

The Amazon Resource Name (ARN) of the evaluator.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#evaluator_idString

The unique identifier of the evaluator.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#evaluator_nameString

The name of the evaluator.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#evaluator_typeString

The type of evaluator, indicating whether it is a built-in evaluator provided by the service or a custom evaluator created by the user.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#levelString

The evaluation level (TOOL_CALL, TRACE, or SESSION) that determines the scope of evaluation.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#locked_for_modificationBoolean

Whether the evaluator is locked for modification due to being referenced by active online evaluation configurations.

Returns:

  • (Boolean)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the evaluator.

Returns:

  • (String)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the evaluator was last updated.

Returns:

  • (Time)


3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3722

class EvaluatorSummary < Struct.new(
  :evaluator_arn,
  :evaluator_id,
  :evaluator_name,
  :description,
  :evaluator_type,
  :level,
  :status,
  :created_at,
  :updated_at,
  :locked_for_modification)
  SENSITIVE = [:description]
  include Aws::Structure
end