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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#evaluator_arn::String

Returns:

  • (::String)


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

def evaluator_arn: () -> ::String

#evaluator_configTypes::EvaluatorConfig



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

def evaluator_config: () -> Types::EvaluatorConfig

#evaluator_id::String

Returns:

  • (::String)


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

def evaluator_id: () -> ::String

#evaluator_name::String

Returns:

  • (::String)


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

def evaluator_name: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#level"TOOL_CALL", ...

Returns:

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


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

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

#locked_for_modificationBoolean

Returns:

  • (Boolean)


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

def locked_for_modification: () -> bool

#status"ACTIVE", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time