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.
9628 9629 9630 |
# File 'sig/types.rbs', line 9628 def s3 @s3 end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
Returns the value of attribute sage_maker_model.
9629 9630 9631 |
# File 'sig/types.rbs', line 9629 def sage_maker_model @sage_maker_model end |