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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3973
3974
3975
3976
3977
3978
3979
# File 'lib/aws-sdk-personalize/types.rb', line 3973

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)


3973
3974
3975
3976
3977
3978
3979
# File 'lib/aws-sdk-personalize/types.rb', line 3973

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)


3973
3974
3975
3976
3977
3978
3979
# File 'lib/aws-sdk-personalize/types.rb', line 3973

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