Module: Aws::BedrockAgentCoreControl::Client::_GetEvaluatorResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetEvaluatorResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


1545
# File 'sig/client.rbs', line 1545

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


1541
# File 'sig/client.rbs', line 1541

def description: () -> ::String

#evaluator_arn::String

Returns:

  • (::String)


1538
# File 'sig/client.rbs', line 1538

def evaluator_arn: () -> ::String

#evaluator_configTypes::EvaluatorConfig



1542
# File 'sig/client.rbs', line 1542

def evaluator_config: () -> Types::EvaluatorConfig

#evaluator_id::String

Returns:

  • (::String)


1539
# File 'sig/client.rbs', line 1539

def evaluator_id: () -> ::String

#evaluator_name::String

Returns:

  • (::String)


1540
# File 'sig/client.rbs', line 1540

def evaluator_name: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


1548
# File 'sig/client.rbs', line 1548

def kms_key_arn: () -> ::String

#level"TOOL_CALL", ...

Returns:

  • ("TOOL_CALL", "TRACE", "SESSION")


1543
# File 'sig/client.rbs', line 1543

def level: () -> ("TOOL_CALL" | "TRACE" | "SESSION")

#locked_for_modificationBoolean

Returns:

  • (Boolean)


1547
# File 'sig/client.rbs', line 1547

def locked_for_modification: () -> bool

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING")


1544
# File 'sig/client.rbs', line 1544

def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")

#updated_at::Time

Returns:

  • (::Time)


1546
# File 'sig/client.rbs', line 1546

def updated_at: () -> ::Time