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)


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

def ab_test_arn: () -> ::String

#ab_test_id::String

Returns:

  • (::String)


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

def ab_test_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#current_run_id::String

Returns:

  • (::String)


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

def current_run_id: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#error_details::Array[::String]

Returns:

  • (::Array[::String])


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

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

#evaluation_configTypes::ABTestEvaluationConfig



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

def evaluation_config: () -> Types::ABTestEvaluationConfig

#execution_status"PAUSED", ...

Returns:

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


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

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

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#gateway_filterTypes::GatewayFilter



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

def gateway_filter: () -> Types::GatewayFilter

#max_duration_expires_at::Time

Returns:

  • (::Time)


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

def max_duration_expires_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#resultsTypes::ABTestResults



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

def results: () -> Types::ABTestResults

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#stopped_at::Time

Returns:

  • (::Time)


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

def stopped_at: () -> ::Time

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time

#variants::Array[Types::Variant]

Returns:



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

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