Class: Aws::Types::RealTimeInferenceRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeInferenceRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
10333 10334 10335 |
# File 'sig/types.rbs', line 10333 def environment @environment end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
10332 10333 10334 |
# File 'sig/types.rbs', line 10332 def instance_type @instance_type end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
10331 10332 10333 |
# File 'sig/types.rbs', line 10331 def recommendation_id @recommendation_id end |