Module: Aws::BedrockAgentCoreControl::Client::_UpdateEvaluatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEvaluatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#evaluator_arn ⇒ ::String
2473 |
# File 'sig/client.rbs', line 2473
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
2474 |
# File 'sig/client.rbs', line 2474
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
2476 |
# File 'sig/client.rbs', line 2476
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|
#updated_at ⇒ ::Time
2475 |
# File 'sig/client.rbs', line 2475
def updated_at: () -> ::Time
|