Class: Aws::Types::ModelTrainingDataChannel
- Inherits:
-
Object
- Object
- Aws::Types::ModelTrainingDataChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
-
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def channel_name @channel_name end |
#ml_input_channel_arn ⇒ ::String
Returns the value of attribute ml_input_channel_arn.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def ml_input_channel_arn @ml_input_channel_arn end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def s3_data_distribution_type @s3_data_distribution_type end |