Class: Aws::Personalize::Types::BatchInferenceJobConfig

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

Overview

The configuration details of a batch inference job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#item_exploration_configHash<String,String>

A string to string map specifying the exploration configuration hyperparameters, including ‘explorationWeight` and `explorationItemAgeCutOff`, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See [User-Personalization].

[1]: docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html

Returns:

  • (Hash<String,String>)


257
258
259
260
261
# File 'lib/aws-sdk-personalize/types.rb', line 257

class BatchInferenceJobConfig < Struct.new(
  :item_exploration_config)
  SENSITIVE = []
  include Aws::Structure
end