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.
5797 5798 5799 5800 5801 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5797 class InferenceConfig < Struct.new( :min_provisioned_tps) SENSITIVE = [] include Aws::Structure end |