Class: Aws::Personalize::Types::ListMetricAttributionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The metric attributions' dataset group Amazon Resource Name (ARN).

Returns:

  • (String)


4066
4067
4068
4069
4070
4071
4072
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4066

class ListMetricAttributionsRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of metric attributions to return in one page of results.

Returns:

  • (Integer)


4066
4067
4068
4069
4070
4071
4072
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4066

class ListMetricAttributionsRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


4066
4067
4068
4069
4070
4071
4072
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4066

class ListMetricAttributionsRequest < Struct.new(
  :dataset_group_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end