Class: Aws::Types::SageMakerAlgorithmFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerAlgorithmFulfillmentOption
- 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::SageMakerAlgorithmRecommendation
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.
744 745 746 |
# File 'sig/types.rbs', line 744 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
742 743 744 |
# File 'sig/types.rbs', line 742 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
743 744 745 |
# File 'sig/types.rbs', line 743 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
745 746 747 |
# File 'sig/types.rbs', line 745 def fulfillment_option_version @fulfillment_option_version end |
#recommendation ⇒ Types::SageMakerAlgorithmRecommendation
Returns the value of attribute recommendation.
748 749 750 |
# File 'sig/types.rbs', line 748 def recommendation @recommendation end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
746 747 748 |
# File 'sig/types.rbs', line 746 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
747 748 749 |
# File 'sig/types.rbs', line 747 def usage_instructions @usage_instructions end |