Class: Aws::CustomerProfiles::Types::InferenceConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#min_provisioned_tpsInteger

The minimum provisioned transactions per second (TPS) that the recommender supports. The default value is 1. A high MinProvisionedTPS will increase your cost.

Returns:

  • (Integer)


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