Class: Aws::CustomerProfiles::Types::InferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::InferenceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Configuration settings for inference behavior of the recommender.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#min_provisioned_tps ⇒ Integer
The minimum provisioned transactions per second (TPS) that the recommender supports.
Instance Attribute Details
#min_provisioned_tps ⇒ Integer
The minimum provisioned transactions per second (TPS) that the recommender supports. The default value is 1. A high MinProvisionedTPS will increase your cost.
5537 5538 5539 5540 5541 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5537 class InferenceConfig < Struct.new( :min_provisioned_tps) SENSITIVE = [] include Aws::Structure end |