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

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

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)


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