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
470 |
# File 'sig/client.rbs', line 470
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
469 |
# File 'sig/client.rbs', line 469
def ab_test_id: () -> ::String
|
#created_at ⇒ ::Time
485 |
# File 'sig/client.rbs', line 485
def created_at: () -> ::Time
|
#current_run_id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def current_run_id: () -> ::String
|
#description ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
481 |
# File 'sig/client.rbs', line 481
def error_details: () -> ::Array[::String]
|
#evaluation_config ⇒ Types::ABTestEvaluationConfig
478 |
# File 'sig/client.rbs', line 478
def evaluation_config: () -> Types::ABTestEvaluationConfig
|
#execution_status ⇒ "PAUSED", ...
474 |
# File 'sig/client.rbs', line 474
def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")
|
#gateway_arn ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def gateway_arn: () -> ::String
|
#gateway_filter ⇒ Types::GatewayFilter
477 |
# File 'sig/client.rbs', line 477
def gateway_filter: () -> Types::GatewayFilter
|
#max_duration_expires_at ⇒ ::Time
484 |
# File 'sig/client.rbs', line 484
def max_duration_expires_at: () -> ::Time
|
#name ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def name: () -> ::String
|
#results ⇒ Types::ABTestResults
487 |
# File 'sig/client.rbs', line 487
def results: () -> Types::ABTestResults
|
#role_arn ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def role_arn: () -> ::String
|
#started_at ⇒ ::Time
482 |
# File 'sig/client.rbs', line 482
def started_at: () -> ::Time
|
#status ⇒ "CREATING", ...
473 |
# File 'sig/client.rbs', line 473
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|
#stopped_at ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def stopped_at: () -> ::Time
|
#updated_at ⇒ ::Time
486 |
# File 'sig/client.rbs', line 486
def updated_at: () -> ::Time
|
#variants ⇒ ::Array[Types::Variant]
476 |
# File 'sig/client.rbs', line 476
def variants: () -> ::Array[Types::Variant]
|