Class: Aws::Types::BatchInferenceJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::BatchInferenceJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
-
#ranking_influence ⇒ ::Hash[("POPULARITY" | "FRESHNESS"), ::Float]
Returns the value of attribute ranking_influence.
Instance Attribute Details
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
67 68 69 |
# File 'sig/types.rbs', line 67 def item_exploration_config @item_exploration_config end |
#ranking_influence ⇒ ::Hash[("POPULARITY" | "FRESHNESS"), ::Float]
Returns the value of attribute ranking_influence.
68 69 70 |
# File 'sig/types.rbs', line 68 def ranking_influence @ranking_influence end |