Module: Aws::BedrockAgentCore::Client::_GetABTestResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetABTestResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#ab_test_arn::String

Returns:

  • (::String)


470
# File 'sig/client.rbs', line 470

def ab_test_arn: () -> ::String

#ab_test_id::String

Returns:

  • (::String)


469
# File 'sig/client.rbs', line 469

def ab_test_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


485
# File 'sig/client.rbs', line 485

def created_at: () -> ::Time

#current_run_id::String

Returns:

  • (::String)


480
# File 'sig/client.rbs', line 480

def current_run_id: () -> ::String

#description::String

Returns:

  • (::String)


472
# File 'sig/client.rbs', line 472

def description: () -> ::String

#error_details::Array[::String]

Returns:

  • (::Array[::String])


481
# File 'sig/client.rbs', line 481

def error_details: () -> ::Array[::String]

#evaluation_configTypes::ABTestEvaluationConfig



478
# File 'sig/client.rbs', line 478

def evaluation_config: () -> Types::ABTestEvaluationConfig

#execution_status"PAUSED", ...

Returns:

  • ("PAUSED", "RUNNING", "STOPPED", "NOT_STARTED")


474
# File 'sig/client.rbs', line 474

def execution_status: () -> ("PAUSED" | "RUNNING" | "STOPPED" | "NOT_STARTED")

#gateway_arn::String

Returns:

  • (::String)


475
# File 'sig/client.rbs', line 475

def gateway_arn: () -> ::String

#gateway_filterTypes::GatewayFilter



477
# File 'sig/client.rbs', line 477

def gateway_filter: () -> Types::GatewayFilter

#max_duration_expires_at::Time

Returns:

  • (::Time)


484
# File 'sig/client.rbs', line 484

def max_duration_expires_at: () -> ::Time

#name::String

Returns:

  • (::String)


471
# File 'sig/client.rbs', line 471

def name: () -> ::String

#resultsTypes::ABTestResults



487
# File 'sig/client.rbs', line 487

def results: () -> Types::ABTestResults

#role_arn::String

Returns:

  • (::String)


479
# File 'sig/client.rbs', line 479

def role_arn: () -> ::String

#started_at::Time

Returns:

  • (::Time)


482
# File 'sig/client.rbs', line 482

def started_at: () -> ::Time

#status"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED", "FAILED")


473
# File 'sig/client.rbs', line 473

def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")

#stopped_at::Time

Returns:

  • (::Time)


483
# File 'sig/client.rbs', line 483

def stopped_at: () -> ::Time

#updated_at::Time

Returns:

  • (::Time)


486
# File 'sig/client.rbs', line 486

def updated_at: () -> ::Time

#variants::Array[Types::Variant]

Returns:



476
# File 'sig/client.rbs', line 476

def variants: () -> ::Array[Types::Variant]