Class StatisticModelResult
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.StatisticModelResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatisticModelResult.Builder,StatisticModelResult>
@Generated("software.amazon.awssdk:codegen") public final class StatisticModelResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatisticModelResult.Builder,StatisticModelResult>
The statistic model result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatisticModelResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleactualValue()The actual value.static StatisticModelResult.Builderbuilder()Instantdate()The date.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InclusionAnnotationValueinclusionAnnotation()The inclusion annotation.StringinclusionAnnotationAsString()The inclusion annotation.DoublelowerBound()The lower bound.DoublepredictedValue()The predicted value.List<SdkField<?>>sdkFields()static Class<? extends StatisticModelResult.Builder>serializableBuilderClass()StatisticModelResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.DoubleupperBound()The upper bound.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lowerBound
public final Double lowerBound()
The lower bound.
- Returns:
- The lower bound.
-
upperBound
public final Double upperBound()
The upper bound.
- Returns:
- The upper bound.
-
predictedValue
public final Double predictedValue()
The predicted value.
- Returns:
- The predicted value.
-
actualValue
public final Double actualValue()
The actual value.
- Returns:
- The actual value.
-
date
public final Instant date()
The date.
- Returns:
- The date.
-
inclusionAnnotation
public final InclusionAnnotationValue inclusionAnnotation()
The inclusion annotation.
If the service returns an enum value that is not available in the current SDK version,
inclusionAnnotationwill returnInclusionAnnotationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominclusionAnnotationAsString().- Returns:
- The inclusion annotation.
- See Also:
InclusionAnnotationValue
-
inclusionAnnotationAsString
public final String inclusionAnnotationAsString()
The inclusion annotation.
If the service returns an enum value that is not available in the current SDK version,
inclusionAnnotationwill returnInclusionAnnotationValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominclusionAnnotationAsString().- Returns:
- The inclusion annotation.
- See Also:
InclusionAnnotationValue
-
toBuilder
public StatisticModelResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatisticModelResult.Builder,StatisticModelResult>
-
builder
public static StatisticModelResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatisticModelResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-