Class: Aws::Types::CreateMLInputChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMLInputChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configured_model_algorithm_associations ⇒ ::Array[::String]
Returns the value of attribute configured_model_algorithm_associations.
338 339 340 |
# File 'sig/types.rbs', line 338 def configured_model_algorithm_associations @configured_model_algorithm_associations end |
#description ⇒ ::String
Returns the value of attribute description.
342 343 344 |
# File 'sig/types.rbs', line 342 def description @description end |
#input_channel ⇒ Types::InputChannel
Returns the value of attribute input_channel.
339 340 341 |
# File 'sig/types.rbs', line 339 def input_channel @input_channel end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
343 344 345 |
# File 'sig/types.rbs', line 343 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
337 338 339 |
# File 'sig/types.rbs', line 337 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
340 341 342 |
# File 'sig/types.rbs', line 340 def name @name end |
#payer_configuration ⇒ Types::PayerConfiguration
Returns the value of attribute payer_configuration.
345 346 347 |
# File 'sig/types.rbs', line 345 def payer_configuration @payer_configuration end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
341 342 343 |
# File 'sig/types.rbs', line 341 def retention_in_days @retention_in_days end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
344 345 346 |
# File 'sig/types.rbs', line 344 def end |