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
354 |
# File 'sig/client.rbs', line 354
def created_at: () -> ::Time
|
#evaluator_arn ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
355 |
# File 'sig/client.rbs', line 355
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|