@Generated(value="software.amazon.awssdk:codegen") public final class TrialComponentMetricSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>
A summary of the metrics of a trial component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrialComponentMetricSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
avg()
The average value of the metric.
|
static TrialComponentMetricSummary.Builder |
builder() |
Integer |
count()
The number of samples used to generate the metric.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
last()
The most recent value of the metric.
|
Double |
max()
The maximum value of the metric.
|
String |
metricName()
The name of the metric.
|
Double |
min()
The minimum value of the metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrialComponentMetricSummary.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The Amazon Resource Name (ARN) of the source.
|
Double |
stdDev()
The standard deviation of the metric.
|
Instant |
timeStamp()
When the metric was last updated.
|
TrialComponentMetricSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metricName()
The name of the metric.
public final String sourceArn()
The Amazon Resource Name (ARN) of the source.
public final Instant timeStamp()
When the metric was last updated.
public final Double max()
The maximum value of the metric.
public final Double min()
The minimum value of the metric.
public final Double last()
The most recent value of the metric.
public final Integer count()
The number of samples used to generate the metric.
public final Double avg()
The average value of the metric.
public final Double stdDev()
The standard deviation of the metric.
public TrialComponentMetricSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>public static TrialComponentMetricSummary.Builder builder()
public static Class<? extends TrialComponentMetricSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.