Module: Aws::BedrockAgentCore::Client::_GetABTestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetABTestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ab_test_arn ⇒ ::String
- #ab_test_id ⇒ ::String
- #created_at ⇒ ::Time
- #current_run_id ⇒ ::String
- #description ⇒ ::String
- #error_details ⇒ ::Array[::String]
- #evaluation_config ⇒ Types::ABTestEvaluationConfig
- #execution_status ⇒ "PAUSED", ...
- #gateway_arn ⇒ ::String
- #gateway_filter ⇒ Types::GatewayFilter
- #max_duration_expires_at ⇒ ::Time
- #name ⇒ ::String
- #results ⇒ Types::ABTestResults
- #role_arn ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "CREATING", ...
- #stopped_at ⇒ ::Time
- #updated_at ⇒ ::Time
- #variants ⇒ ::Array[Types::Variant]
Instance Method Details
#ab_test_arn ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def ab_test_id: () -> ::String
|
#created_at ⇒ ::Time
472 |
# File 'sig/client.rbs', line 472
def created_at: () -> ::Time
|
#current_run_id ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def current_run_id: () -> ::String
|
#description ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
468 |
# File 'sig/client.rbs', line 468
def error_details: () -> ::Array[::String]
|
#evaluation_config ⇒ Types::ABTestEvaluationConfig
465 |
# File 'sig/client.rbs', line 465
def evaluation_config: () -> Types::ABTestEvaluationConfig
|
#execution_status ⇒ "PAUSED", ...
461 |
# File 'sig/client.rbs', line 461
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#gateway_arn ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def gateway_arn: () -> ::String
|
#gateway_filter ⇒ Types::GatewayFilter
464 |
# File 'sig/client.rbs', line 464
def gateway_filter: () -> Types::GatewayFilter
|
#max_duration_expires_at ⇒ ::Time
471 |
# File 'sig/client.rbs', line 471
def max_duration_expires_at: () -> ::Time
|
#name ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def name: () -> ::String
|
#results ⇒ Types::ABTestResults
474 |
# File 'sig/client.rbs', line 474
def results: () -> Types::ABTestResults
|
#role_arn ⇒ ::String
466 |
# File 'sig/client.rbs', line 466
def role_arn: () -> ::String
|
#started_at ⇒ ::Time
469 |
# File 'sig/client.rbs', line 469
def started_at: () -> ::Time
|
#status ⇒ "CREATING", ...
460 |
# File 'sig/client.rbs', line 460
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|
#stopped_at ⇒ ::Time
470 |
# File 'sig/client.rbs', line 470
def stopped_at: () -> ::Time
|
#updated_at ⇒ ::Time
473 |
# File 'sig/client.rbs', line 473
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::Variant]
463 |
# File 'sig/client.rbs', line 463
def variants: () -> ::Array[Types::Variant]
|