@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 String metricName()
The name of the metric.
public String sourceArn()
The Amazon Resource Name (ARN) of the source.
public Instant timeStamp()
When the metric was last updated.
public Double max()
The maximum value of the metric.
public Double min()
The minimum value of the metric.
public Double last()
The most recent value of the metric.
public Integer count()
The number of samples used to generate the metric.
public Double avg()
The average value of the metric.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.