Module: Aws::BedrockAgentCore::Client::_CreateABTestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateABTestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ab_test_arn ⇒ ::String
- #ab_test_id ⇒ ::String
- #created_at ⇒ ::Time
- #execution_status ⇒ "PAUSED", ...
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#ab_test_arn ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def ab_test_id: () -> ::String
|
#created_at ⇒ ::Time
177 |
# File 'sig/client.rbs', line 177
def created_at: () -> ::Time
|
#execution_status ⇒ "PAUSED", ...
176 |
# File 'sig/client.rbs', line 176
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def name: () -> ::String
|
#status ⇒ "CREATING", ...
175 |
# File 'sig/client.rbs', line 175
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|