Module: Aws::CleanRoomsML::Client::_GetMLInputChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMLInputChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collaboration_identifier ⇒ ::String
- #configured_model_algorithm_associations ⇒ ::Array[::String]
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #input_channel ⇒ Types::InputChannel
- #kms_key_arn ⇒ ::String
- #membership_identifier ⇒ ::String
- #ml_input_channel_arn ⇒ ::String
- #name ⇒ ::String
- #number_of_files ⇒ ::Float
- #number_of_records ⇒ ::Integer
- #payer_configuration ⇒ Types::PayerConfiguration
- #privacy_budgets ⇒ Types::PrivacyBudgets
- #protected_query_identifier ⇒ ::String
- #retention_in_days ⇒ ::Integer
- #size_in_gb ⇒ ::Float
- #status ⇒ "CREATE_PENDING", ...
- #status_details ⇒ Types::StatusDetails
- #synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#collaboration_identifier ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def collaboration_identifier: () -> ::String
|
#configured_model_algorithm_associations ⇒ ::Array[::String]
596 |
# File 'sig/client.rbs', line 596
def configured_model_algorithm_associations: () -> ::Array[::String]
|
#create_time ⇒ ::Time
605 |
# File 'sig/client.rbs', line 605
def create_time: () -> ::Time
|
#description ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def description: () -> ::String
|
#input_channel ⇒ Types::InputChannel
607 |
# File 'sig/client.rbs', line 607
def input_channel: () -> Types::InputChannel
|
#kms_key_arn ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def kms_key_arn: () -> ::String
|
#membership_identifier ⇒ ::String
592 |
# File 'sig/client.rbs', line 592
def membership_identifier: () -> ::String
|
#ml_input_channel_arn ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def ml_input_channel_arn: () -> ::String
|
#name ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def name: () -> ::String
|
#number_of_files ⇒ ::Float
609 |
# File 'sig/client.rbs', line 609
def number_of_files: () -> ::Float
|
#number_of_records ⇒ ::Integer
600 |
# File 'sig/client.rbs', line 600
def number_of_records: () -> ::Integer
|
#payer_configuration ⇒ Types::PayerConfiguration
604 |
# File 'sig/client.rbs', line 604
def payer_configuration: () -> Types::PayerConfiguration
|
#privacy_budgets ⇒ Types::PrivacyBudgets
601 |
# File 'sig/client.rbs', line 601
def privacy_budgets: () -> Types::PrivacyBudgets
|
#protected_query_identifier ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def protected_query_identifier: () -> ::String
|
#retention_in_days ⇒ ::Integer
599 |
# File 'sig/client.rbs', line 599
def retention_in_days: () -> ::Integer
|
#size_in_gb ⇒ ::Float
610 |
# File 'sig/client.rbs', line 610
def size_in_gb: () -> ::Float
|
#status ⇒ "CREATE_PENDING", ...
597 |
# File 'sig/client.rbs', line 597
def status: () -> ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
#status_details ⇒ Types::StatusDetails
598 |
# File 'sig/client.rbs', line 598
def status_details: () -> Types::StatusDetails
|
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
603 |
# File 'sig/client.rbs', line 603
def synthetic_data_configuration: () -> Types::SyntheticDataConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
612 |
# File 'sig/client.rbs', line 612
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
606 |
# File 'sig/client.rbs', line 606
def update_time: () -> ::Time
|