Class: Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ String
The name or ARN of the project that contains the feature being evaluated.
-
#requests ⇒ Array<Types::EvaluationRequest>
An array of structures, where each structure assigns a feature variation to one user session.
Instance Attribute Details
#project ⇒ String
The name or ARN of the project that contains the feature being evaluated.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 38 class BatchEvaluateFeatureRequest < Struct.new( :project, :requests) SENSITIVE = [] include Aws::Structure end |
#requests ⇒ Array<Types::EvaluationRequest>
An array of structures, where each structure assigns a feature variation to one user session.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 38 class BatchEvaluateFeatureRequest < Struct.new( :project, :requests) SENSITIVE = [] include Aws::Structure end |