Class: Aws::Types::SageMakerModelFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerModelFulfillmentOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
-
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
-
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
-
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
-
#recommendation ⇒ Types::SageMakerModelRecommendation
Returns the value of attribute recommendation.
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
Instance Attribute Details
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
762 763 764 |
# File 'sig/types.rbs', line 762 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
761 762 763 |
# File 'sig/types.rbs', line 761 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
763 764 765 |
# File 'sig/types.rbs', line 763 def fulfillment_option_version @fulfillment_option_version end |
#recommendation ⇒ Types::SageMakerModelRecommendation
Returns the value of attribute recommendation.
766 767 768 |
# File 'sig/types.rbs', line 766 def recommendation @recommendation end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
764 765 766 |
# File 'sig/types.rbs', line 764 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
765 766 767 |
# File 'sig/types.rbs', line 765 def usage_instructions @usage_instructions end |