Class: Aws::Types::CustomModelTrainingParameters
- Inherits:
-
Object
- Object
- Aws::Types::CustomModelTrainingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_s3_directory_path ⇒ ::String
Returns the value of attribute source_s3_directory_path.
-
#training_entry_point_script ⇒ ::String
Returns the value of attribute training_entry_point_script.
-
#transform_entry_point_script ⇒ ::String
Returns the value of attribute transform_entry_point_script.
Instance Attribute Details
#source_s3_directory_path ⇒ ::String
Returns the value of attribute source_s3_directory_path.
149 150 151 |
# File 'sig/types.rbs', line 149 def source_s3_directory_path @source_s3_directory_path end |
#training_entry_point_script ⇒ ::String
Returns the value of attribute training_entry_point_script.
150 151 152 |
# File 'sig/types.rbs', line 150 def training_entry_point_script @training_entry_point_script end |
#transform_entry_point_script ⇒ ::String
Returns the value of attribute transform_entry_point_script.
151 152 153 |
# File 'sig/types.rbs', line 151 def transform_entry_point_script @transform_entry_point_script end |