Class: Aws::MarketplaceCatalog::Types::MachineLearningProductEntityIdFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::MachineLearningProductEntityIdFilter
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
The filter for machine learning product entity IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value_list ⇒ Array<String>
A list of entity IDs to filter by.
Instance Attribute Details
#value_list ⇒ Array<String>
A list of entity IDs to filter by. The operation returns machine learning products with entity IDs that match the values in this list.
1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1509 class MachineLearningProductEntityIdFilter < Struct.new( :value_list) SENSITIVE = [] include Aws::Structure end |