Class: Aws::Types::GetMLInputChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLInputChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_channel ⇒ Types::InputChannel
Returns the value of attribute input_channel.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_files ⇒ ::Float
Returns the value of attribute number_of_files.
-
#number_of_records ⇒ ::Integer
Returns the value of attribute number_of_records.
-
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
-
#privacy_budgets ⇒ Types::PrivacyBudgets
Returns the value of attribute privacy_budgets.
-
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#size_in_gb ⇒ ::Float
Returns the value of attribute size_in_gb.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
Returns the value of attribute synthetic_data_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
696 697 698 |
# File 'sig/types.rbs', line 696 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
699 700 701 |
# File 'sig/types.rbs', line 699 def configured_model_algorithm_associations @configured_model_algorithm_associations end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
708 709 710 |
# File 'sig/types.rbs', line 708 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
705 706 707 |
# File 'sig/types.rbs', line 705 def description @description end |
#input_channel ⇒ Types::InputChannel
Returns the value of attribute input_channel.
710 711 712 |
# File 'sig/types.rbs', line 710 def input_channel @input_channel end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
714 715 716 |
# File 'sig/types.rbs', line 714 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
695 696 697 |
# File 'sig/types.rbs', line 695 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
697 698 699 |
# File 'sig/types.rbs', line 697 def ml_input_channel_arn @ml_input_channel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
698 699 700 |
# File 'sig/types.rbs', line 698 def name @name end |
#number_of_files ⇒ ::Float
Returns the value of attribute number_of_files.
712 713 714 |
# File 'sig/types.rbs', line 712 def number_of_files @number_of_files end |
#number_of_records ⇒ ::Integer
Returns the value of attribute number_of_records.
703 704 705 |
# File 'sig/types.rbs', line 703 def number_of_records @number_of_records end |
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
707 708 709 |
# File 'sig/types.rbs', line 707 def payer_configuration @payer_configuration end |
#privacy_budgets ⇒ Types::PrivacyBudgets
Returns the value of attribute privacy_budgets.
704 705 706 |
# File 'sig/types.rbs', line 704 def privacy_budgets @privacy_budgets end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
711 712 713 |
# File 'sig/types.rbs', line 711 def protected_query_identifier @protected_query_identifier end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
702 703 704 |
# File 'sig/types.rbs', line 702 def retention_in_days @retention_in_days end |
#size_in_gb ⇒ ::Float
Returns the value of attribute size_in_gb.
713 714 715 |
# File 'sig/types.rbs', line 713 def size_in_gb @size_in_gb end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
700 701 702 |
# File 'sig/types.rbs', line 700 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
701 702 703 |
# File 'sig/types.rbs', line 701 def status_details @status_details end |
#synthetic_data_configuration ⇒ Types::SyntheticDataConfiguration
Returns the value of attribute synthetic_data_configuration.
706 707 708 |
# File 'sig/types.rbs', line 706 def synthetic_data_configuration @synthetic_data_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
715 716 717 |
# File 'sig/types.rbs', line 715 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
709 710 711 |
# File 'sig/types.rbs', line 709 def update_time @update_time end |