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