Class: Aws::Types::SageMakerModelFulfillmentOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fulfillment_option_display_name::String

Returns the value of attribute fulfillment_option_display_name.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def fulfillment_option_display_name
  @fulfillment_option_display_name
end

#fulfillment_option_id::String

Returns the value of attribute fulfillment_option_id.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def fulfillment_option_id
  @fulfillment_option_id
end

#fulfillment_option_type"AMAZON_MACHINE_IMAGE", ...

Returns the value of attribute fulfillment_option_type.

Returns:

  • ("AMAZON_MACHINE_IMAGE", "API", "CLOUDFORMATION_TEMPLATE", "CONTAINER", "HELM", "EKS_ADD_ON", "EC2_IMAGE_BUILDER_COMPONENT", "DATA_EXCHANGE", "PROFESSIONAL_SERVICES", "SAAS", "SAGEMAKER_ALGORITHM", "SAGEMAKER_MODEL")


718
719
720
# File 'sig/types.rbs', line 718

def fulfillment_option_type
  @fulfillment_option_type
end

#fulfillment_option_version::String

Returns the value of attribute fulfillment_option_version.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def fulfillment_option_version
  @fulfillment_option_version
end

#recommendationTypes::SageMakerModelRecommendation

Returns the value of attribute recommendation.



723
724
725
# File 'sig/types.rbs', line 723

def recommendation
  @recommendation
end

#release_notes::String

Returns the value of attribute release_notes.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def release_notes
  @release_notes
end

#usage_instructions::String

Returns the value of attribute usage_instructions.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def usage_instructions
  @usage_instructions
end