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
2481 |
# File 'sig/client.rbs', line 2481
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
2482 |
# File 'sig/client.rbs', line 2482
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
2484 |
# File 'sig/client.rbs', line 2484
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|
#updated_at ⇒ ::Time
2483 |
# File 'sig/client.rbs', line 2483
def updated_at: () -> ::Time
|