Class: Aws::CustomerProfiles::Types::InferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::InferenceConfig
- Defined in:
- gems/aws-sdk-customerprofiles/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.
5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5527 class InferenceConfig < Struct.new( :min_provisioned_tps) SENSITIVE = [] include Aws::Structure end |