Class: Aws::Types::IncrementalTrainingDataChannel
- Inherits:
-
Object
- Object
- Aws::Types::IncrementalTrainingDataChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
818 819 820 |
# File 'sig/types.rbs', line 818 def channel_name @channel_name end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
816 817 818 |
# File 'sig/types.rbs', line 816 def trained_model_arn @trained_model_arn end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
817 818 819 |
# File 'sig/types.rbs', line 817 def version_identifier @version_identifier end |