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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#evaluator_arn::String

Returns:

  • (::String)


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

def evaluator_arn: () -> ::String

#evaluator_configTypes::EvaluatorConfig



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

def evaluator_config: () -> Types::EvaluatorConfig

#evaluator_id::String

Returns:

  • (::String)


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

def evaluator_id: () -> ::String

#evaluator_name::String

Returns:

  • (::String)


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

def evaluator_name: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#level"TOOL_CALL", ...

Returns:

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


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

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

#locked_for_modificationBoolean

Returns:

  • (Boolean)


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

def locked_for_modification: () -> bool

#status"ACTIVE", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time