public static interface GetExperimentResultsResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetExperimentResultsResponse.Builder,GetExperimentResultsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsResponse.Builder |
details(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message
Not enough events to generate results. |
GetExperimentResultsResponse.Builder |
reports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResponse.Builder |
reports(Consumer<ExperimentReport.Builder>... reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResponse.Builder |
reports(ExperimentReport... reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResponse.Builder |
resultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResponse.Builder |
resultsData(Consumer<ExperimentResultsData.Builder>... resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResponse.Builder |
resultsData(ExperimentResultsData... resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResponse.Builder |
timestamps(Collection<Instant> timestamps)
The timestamps of each result returned.
|
GetExperimentResultsResponse.Builder |
timestamps(Instant... timestamps)
The timestamps of each result returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExperimentResultsResponse.Builder details(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results. If there are enough events to provide valid
results, this field is not returned.
details - If the experiment doesn't yet have enough events to provide valid results, this field is returned with
the message Not enough events to generate results. If there are enough events to provide
valid results, this field is not returned.GetExperimentResultsResponse.Builder reports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
reports - An array of structures that include the reports that you requested.GetExperimentResultsResponse.Builder reports(ExperimentReport... reports)
An array of structures that include the reports that you requested.
reports - An array of structures that include the reports that you requested.GetExperimentResultsResponse.Builder reports(Consumer<ExperimentReport.Builder>... reports)
An array of structures that include the reports that you requested.
This is a convenience method that creates an instance of theExperimentReport.Builder avoiding the need to create
one manually via ExperimentReport.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reports(List.
reports - a consumer that will call methods on
ExperimentReport.Builder#reports(java.util.Collection) GetExperimentResultsResponse.Builder resultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
resultsData - An array of structures that include experiment results including metric names and values.GetExperimentResultsResponse.Builder resultsData(ExperimentResultsData... resultsData)
An array of structures that include experiment results including metric names and values.
resultsData - An array of structures that include experiment results including metric names and values.GetExperimentResultsResponse.Builder resultsData(Consumer<ExperimentResultsData.Builder>... resultsData)
An array of structures that include experiment results including metric names and values.
This is a convenience method that creates an instance of theExperimentResultsData.Builder avoiding the need to
create one manually via
ExperimentResultsData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resultsData(List.
resultsData - a consumer that will call methods on
ExperimentResultsData.Builder#resultsData(java.util.Collection) GetExperimentResultsResponse.Builder timestamps(Collection<Instant> timestamps)
The timestamps of each result returned.
timestamps - The timestamps of each result returned.GetExperimentResultsResponse.Builder timestamps(Instant... timestamps)
The timestamps of each result returned.
timestamps - The timestamps of each result returned.Copyright © 2022. All rights reserved.