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
1662 |
# File 'sig/client.rbs', line 1662
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
1661 |
# File 'sig/client.rbs', line 1661
def ab_test_id: () -> ::String
|
#execution_status ⇒ "PAUSED", ...
1664 |
# File 'sig/client.rbs', line 1664
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#status ⇒ "CREATING", ...
1663 |
# File 'sig/client.rbs', line 1663
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|
#updated_at ⇒ ::Time
1665 |
# File 'sig/client.rbs', line 1665
def updated_at: () -> ::Time
|