Class: Aws::Personalize::Types::ListMetricAttributionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListMetricAttributionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The metric attributions’ dataset group Amazon Resource Name (ARN).
-
#max_results ⇒ Integer
The maximum number of metric attributions to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#dataset_group_arn ⇒ String
The metric attributions’ dataset group Amazon Resource Name (ARN).
4337 4338 4339 4340 4341 4342 4343 |
# File 'lib/aws-sdk-personalize/types.rb', line 4337 class ListMetricAttributionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of metric attributions to return in one page of results.
4337 4338 4339 4340 4341 4342 4343 |
# File 'lib/aws-sdk-personalize/types.rb', line 4337 class ListMetricAttributionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4337 4338 4339 4340 4341 4342 4343 |
# File 'lib/aws-sdk-personalize/types.rb', line 4337 class ListMetricAttributionsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |