Class: Aws::Personalize::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetsRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
-
#max_results ⇒ Integer
The maximum number of datasets to return.
-
#next_token ⇒ String
A token returned from the previous call to
ListDatasets
for getting the next set of dataset import jobs (if they exist).
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3808 class ListDatasetsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of datasets to return.
3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3808 class ListDatasetsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ListDatasets
for
getting the next set of dataset import jobs (if they exist).
3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3808 class ListDatasetsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |