Module: Aws::CleanRoomsML::Client::_GetCollaborationMLInputChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCollaborationMLInputChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collaboration_identifier ⇒ ::String
- #configured_model_algorithm_associations ⇒ ::Array[::String]
- #create_time ⇒ ::Time
- #creator_account_id ⇒ ::String
- #description ⇒ ::String
- #membership_identifier ⇒ ::String
- #ml_input_channel_arn ⇒ ::String
- #name ⇒ ::String
- #number_of_records ⇒ ::Integer
- #payer_configuration ⇒ Types::PayerConfiguration
- #privacy_budgets ⇒ Types::PrivacyBudgets
- #retention_in_days ⇒ ::Integer
- #status ⇒ "CREATE_PENDING", ...
- #status_details ⇒ Types::StatusDetails
- #synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
- #update_time ⇒ ::Time
Instance Method Details
#collaboration_identifier ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def collaboration_identifier: () -> ::String
|
#configured_model_algorithm_associations ⇒ ::Array[::String]
451 |
# File 'sig/client.rbs', line 451
def configured_model_algorithm_associations: () -> ::Array[::String]
|
#create_time ⇒ ::Time
460 |
# File 'sig/client.rbs', line 460
def create_time: () -> ::Time
|
#creator_account_id ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def creator_account_id: () -> ::String
|
#description ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def description: () -> ::String
|
#membership_identifier ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def membership_identifier: () -> ::String
|
#ml_input_channel_arn ⇒ ::String
449 |
# File 'sig/client.rbs', line 449
def ml_input_channel_arn: () -> ::String
|
#name ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def name: () -> ::String
|
#number_of_records ⇒ ::Integer
455 |
# File 'sig/client.rbs', line 455
def number_of_records: () -> ::Integer
|
#payer_configuration ⇒ Types::PayerConfiguration
459 |
# File 'sig/client.rbs', line 459
def payer_configuration: () -> Types::PayerConfiguration
|
#privacy_budgets ⇒ Types::PrivacyBudgets
456 |
# File 'sig/client.rbs', line 456
def privacy_budgets: () -> Types::PrivacyBudgets
|
#retention_in_days ⇒ ::Integer
454 |
# File 'sig/client.rbs', line 454
def retention_in_days: () -> ::Integer
|
#status ⇒ "CREATE_PENDING", ...
452 |
# File 'sig/client.rbs', line 452
def status: () -> ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
#status_details ⇒ Types::StatusDetails
453 |
# File 'sig/client.rbs', line 453
def status_details: () -> Types::StatusDetails
|
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
458 |
# File 'sig/client.rbs', line 458
def synthetic_data_configuration: () -> Types::SyntheticDataConfiguration
|
#update_time ⇒ ::Time
461 |
# File 'sig/client.rbs', line 461
def update_time: () -> ::Time
|