Module: Aws::BedrockAgentCore::Client::_UpdateABTestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateABTestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ab_test_arn ⇒ ::String
- #ab_test_id ⇒ ::String
- #execution_status ⇒ "PAUSED", ...
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#ab_test_arn ⇒ ::String
1691 |
# File 'sig/client.rbs', line 1691
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
1690 |
# File 'sig/client.rbs', line 1690
def ab_test_id: () -> ::String
|
#execution_status ⇒ "PAUSED", ...
1693 |
# File 'sig/client.rbs', line 1693
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#status ⇒ "CREATING", ...
1692 |
# File 'sig/client.rbs', line 1692
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|
#updated_at ⇒ ::Time
1694 |
# File 'sig/client.rbs', line 1694
def updated_at: () -> ::Time
|