Class: Aws::MarketplaceCatalog::Types::MachineLearningProductSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

A summary of a machine learning product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_titleString

The title of the machine learning product.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1619

class MachineLearningProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility status of the machine learning product. Valid values are Limited, Public, Restricted, and Draft.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1619

class MachineLearningProductSummary < Struct.new(
  :product_title,
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end