Class: Aws::Types::OptimizationJobModelSource
- Inherits:
-
Object
- Object
- Aws::Types::OptimizationJobModelSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::OptimizationJobModelSourceS3
Returns the value of attribute s3.
-
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
Instance Attribute Details
#s3 ⇒ Types::OptimizationJobModelSourceS3
Returns the value of attribute s3.
9613 9614 9615 |
# File 'sig/types.rbs', line 9613 def s3 @s3 end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
9614 9615 9616 |
# File 'sig/types.rbs', line 9614 def sage_maker_model @sage_maker_model end |