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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#evaluator_arn::String

Returns:

  • (::String)


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

def evaluator_arn: () -> ::String

#evaluator_configTypes::EvaluatorConfig



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

def evaluator_config: () -> Types::EvaluatorConfig

#evaluator_id::String

Returns:

  • (::String)


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

def evaluator_id: () -> ::String

#evaluator_name::String

Returns:

  • (::String)


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

def evaluator_name: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#level"TOOL_CALL", ...

Returns:

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


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

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

#locked_for_modificationBoolean

Returns:

  • (Boolean)


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

def locked_for_modification: () -> bool

#status"ACTIVE", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time