Class: Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#projectString

The name or ARN of the project that contains the feature being evaluated.

Returns:

  • (String)


38
39
40
41
42
43
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 38

class BatchEvaluateFeatureRequest < Struct.new(
  :project,
  :requests)
  SENSITIVE = []
  include Aws::Structure
end

#requestsArray<Types::EvaluationRequest>

An array of structures, where each structure assigns a feature variation to one user session.

Returns:



38
39
40
41
42
43
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 38

class BatchEvaluateFeatureRequest < Struct.new(
  :project,
  :requests)
  SENSITIVE = []
  include Aws::Structure
end