Class: Aws::Types::TrainedModelExportsConfigurationPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelExportsConfigurationPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#files_to_export ⇒ ::Array[("MODEL" | "OUTPUT")]
Returns the value of attribute files_to_export.
-
#max_size ⇒ Types::TrainedModelExportsMaxSize
Returns the value of attribute max_size.
Instance Attribute Details
#files_to_export ⇒ ::Array[("MODEL" | "OUTPUT")]
Returns the value of attribute files_to_export.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def files_to_export @files_to_export end |
#max_size ⇒ Types::TrainedModelExportsMaxSize
Returns the value of attribute max_size.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def max_size @max_size end |