| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentReportName |
ExperimentReportName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExperimentReportName |
ExperimentReport.reportName()
The type of analysis used for this report.
|
static ExperimentReportName |
ExperimentReportName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentReportName[] |
ExperimentReportName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExperimentReportName> |
ExperimentReportName.knownValues()
|
List<ExperimentReportName> |
GetExperimentResultsRequest.reportNames()
The names of the report types that you want to see.
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentReport.Builder |
ExperimentReport.Builder.reportName(ExperimentReportName reportName)
The type of analysis used for this report.
|
GetExperimentResultsRequest.Builder |
GetExperimentResultsRequest.Builder.reportNames(ExperimentReportName... reportNames)
The names of the report types that you want to see.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsRequest.Builder |
GetExperimentResultsRequest.Builder.reportNames(Collection<ExperimentReportName> reportNames)
The names of the report types that you want to see.
|
Copyright © 2022. All rights reserved.