Class TrialComponentMetricSummary
java.lang.Object
software.amazon.awssdk.services.sagemaker.model.TrialComponentMetricSummary
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary> 
@Generated("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.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal Doubleavg()The average value of the metric.builder()final Integercount()The number of samples used to generate the metric.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Doublelast()The most recent value of the metric.final Doublemax()The maximum value of the metric.final StringThe name of the metric.final Doublemin()The minimum value of the metric.static Class<? extends TrialComponentMetricSummary.Builder> final StringThe Amazon Resource Name (ARN) of the source.final DoublestdDev()The standard deviation of the metric.final InstantWhen the metric was last updated.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
metricName
The name of the metric.
- Returns:
 - The name of the metric.
 
 - 
sourceArn
The Amazon Resource Name (ARN) of the source.
- Returns:
 - The Amazon Resource Name (ARN) of the source.
 
 - 
timeStamp
When the metric was last updated.
- Returns:
 - When the metric was last updated.
 
 - 
max
The maximum value of the metric.
- Returns:
 - The maximum value of the metric.
 
 - 
min
The minimum value of the metric.
- Returns:
 - The minimum value of the metric.
 
 - 
last
The most recent value of the metric.
- Returns:
 - The most recent value of the metric.
 
 - 
count
The number of samples used to generate the metric.
- Returns:
 - The number of samples used to generate the metric.
 
 - 
avg
The average value of the metric.
- Returns:
 - The average value of the metric.
 
 - 
stdDev
The standard deviation of the metric.
- Returns:
 - The standard deviation of the metric.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -