public static interface TrialComponentMetricSummary.Builder extends SdkPojo, CopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>
| Modifier and Type | Method and Description |
|---|---|
TrialComponentMetricSummary.Builder |
avg(Double avg)
The average value of the metric.
|
TrialComponentMetricSummary.Builder |
count(Integer count)
The number of samples used to generate the metric.
|
TrialComponentMetricSummary.Builder |
last(Double last)
The most recent value of the metric.
|
TrialComponentMetricSummary.Builder |
max(Double max)
The maximum value of the metric.
|
TrialComponentMetricSummary.Builder |
metricName(String metricName)
The name of the metric.
|
TrialComponentMetricSummary.Builder |
min(Double min)
The minimum value of the metric.
|
TrialComponentMetricSummary.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentMetricSummary.Builder |
stdDev(Double stdDev)
The standard deviation of the metric.
|
TrialComponentMetricSummary.Builder |
timeStamp(Instant timeStamp)
When the metric was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentMetricSummary.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.TrialComponentMetricSummary.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.TrialComponentMetricSummary.Builder timeStamp(Instant timeStamp)
When the metric was last updated.
timeStamp - When the metric was last updated.TrialComponentMetricSummary.Builder max(Double max)
The maximum value of the metric.
max - The maximum value of the metric.TrialComponentMetricSummary.Builder min(Double min)
The minimum value of the metric.
min - The minimum value of the metric.TrialComponentMetricSummary.Builder last(Double last)
The most recent value of the metric.
last - The most recent value of the metric.TrialComponentMetricSummary.Builder count(Integer count)
The number of samples used to generate the metric.
count - The number of samples used to generate the metric.TrialComponentMetricSummary.Builder avg(Double avg)
The average value of the metric.
avg - The average value of the metric.TrialComponentMetricSummary.Builder stdDev(Double stdDev)
The standard deviation of the metric.
stdDev - The standard deviation of the metric.Copyright © 2022. All rights reserved.