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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#evaluator_arn::String

Returns:

  • (::String)


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

def evaluator_arn: () -> ::String

#evaluator_configTypes::EvaluatorConfig



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

def evaluator_config: () -> Types::EvaluatorConfig

#evaluator_id::String

Returns:

  • (::String)


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

def evaluator_id: () -> ::String

#evaluator_name::String

Returns:

  • (::String)


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

def evaluator_name: () -> ::String

#evaluator_type"Builtin", ...

Returns:

  • ("Builtin", "ThirdParty", "Custom", "CustomCode", "CustomDerived")


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

def evaluator_type: () -> ("Builtin" | "ThirdParty" | "Custom" | "CustomCode" | "CustomDerived")

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#level"TOOL_CALL", ...

Returns:

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


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

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

#locked_for_modificationBoolean

Returns:

  • (Boolean)


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

def locked_for_modification: () -> bool

#provider"AWS", ...

Returns:

  • ("AWS", "DeepEval", "AutoEval", "Custom")


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

def provider: () -> ("AWS" | "DeepEval" | "AutoEval" | "Custom")

#status"ACTIVE", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time