Class: Aws::Types::MLInputChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::MLInputChannelSummary
- 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.
-
#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.
-
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
-
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def configured_model_algorithm_associations @configured_model_algorithm_associations end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def membership_identifier @membership_identifier end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def ml_input_channel_arn @ml_input_channel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def name @name end |
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def payer_configuration @payer_configuration end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def protected_query_identifier @protected_query_identifier end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def update_time @update_time end |