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
175 |
# File 'sig/client.rbs', line 175
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def ab_test_id: () -> ::String
|
#created_at ⇒ ::Time
179 |
# File 'sig/client.rbs', line 179
def created_at: () -> ::Time
|
#execution_status ⇒ "PAUSED", ...
178 |
# File 'sig/client.rbs', line 178
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#name ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def name: () -> ::String
|
#status ⇒ "CREATING", ...
177 |
# File 'sig/client.rbs', line 177
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|