Module: Aws::BedrockAgentCoreControl::Client::_CreateEvaluatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEvaluatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
472 |
# File 'sig/client.rbs', line 472
def created_at: () -> ::Time
|
#evaluator_arn ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
473 |
# File 'sig/client.rbs', line 473
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|