Class: Aws::MarketplaceCatalog::Types::MachineLearningProductSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::MachineLearningProductSummary
- 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
-
#product_title ⇒ String
The title of the machine learning product.
-
#visibility ⇒ String
The visibility status of the machine learning product.
Instance Attribute Details
#product_title ⇒ String
The title of the machine learning product.
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 |
#visibility ⇒ String
The visibility status of the machine learning product. Valid values
are Limited, Public, Restricted, and Draft.
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 |