Module: Aws::BedrockAgentCoreControl::Client::_DeleteOnlineEvaluationConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteOnlineEvaluationConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #online_evaluation_config_arn ⇒ ::String
- #online_evaluation_config_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
Instance Method Details
#online_evaluation_config_arn ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def online_evaluation_config_arn: () -> ::String
|
#online_evaluation_config_id ⇒ ::String
1024 |
# File 'sig/client.rbs', line 1024
def online_evaluation_config_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1025 |
# File 'sig/client.rbs', line 1025
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "ERROR")
|