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
480 |
# File 'sig/client.rbs', line 480
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def ab_test_id: () -> ::String
|
#created_at ⇒ ::Time
495 |
# File 'sig/client.rbs', line 495
def created_at: () -> ::Time
|
#current_run_id ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def current_run_id: () -> ::String
|
#description ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
491 |
# File 'sig/client.rbs', line 491
def error_details: () -> ::Array[::String]
|
#evaluation_config ⇒ Types::ABTestEvaluationConfig
488 |
# File 'sig/client.rbs', line 488
def evaluation_config: () -> Types::ABTestEvaluationConfig
|
#execution_status ⇒ "PAUSED", ...
484 |
# File 'sig/client.rbs', line 484
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#gateway_arn ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def gateway_arn: () -> ::String
|
#gateway_filter ⇒ Types::GatewayFilter
487 |
# File 'sig/client.rbs', line 487
def gateway_filter: () -> Types::GatewayFilter
|
#max_duration_expires_at ⇒ ::Time
494 |
# File 'sig/client.rbs', line 494
def max_duration_expires_at: () -> ::Time
|
#name ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def name: () -> ::String
|
#results ⇒ Types::ABTestResults
497 |
# File 'sig/client.rbs', line 497
def results: () -> Types::ABTestResults
|
#role_arn ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def role_arn: () -> ::String
|
#started_at ⇒ ::Time
492 |
# File 'sig/client.rbs', line 492
def started_at: () -> ::Time
|
#status ⇒ "CREATING", ...
483 |
# File 'sig/client.rbs', line 483
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|
#stopped_at ⇒ ::Time
493 |
# File 'sig/client.rbs', line 493
def stopped_at: () -> ::Time
|
#updated_at ⇒ ::Time
496 |
# File 'sig/client.rbs', line 496
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::Variant]
486 |
# File 'sig/client.rbs', line 486
def variants: () -> ::Array[Types::Variant]
|