| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRequest |
EvaluationRequest.clone() |
EvaluationRequest |
EvaluationRequest.withEntityId(String entityId)
An internal ID that represents a unique user session of the application.
|
EvaluationRequest |
EvaluationRequest.withEvaluationContext(String evaluationContext)
A JSON block of attributes that you can optionally pass in.
|
EvaluationRequest |
EvaluationRequest.withFeature(String feature)
The name of the feature being evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRequest> |
BatchEvaluateFeatureRequest.getRequests()
An array of structures, where each structure assigns a feature variation to one user session.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateFeatureRequest |
BatchEvaluateFeatureRequest.withRequests(EvaluationRequest... requests)
An array of structures, where each structure assigns a feature variation to one user session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEvaluateFeatureRequest.setRequests(Collection<EvaluationRequest> requests)
An array of structures, where each structure assigns a feature variation to one user session.
|
BatchEvaluateFeatureRequest |
BatchEvaluateFeatureRequest.withRequests(Collection<EvaluationRequest> requests)
An array of structures, where each structure assigns a feature variation to one user session.
|
Copyright © 2023. All rights reserved.