Class TrainedModelExportsMaxSize
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.TrainedModelExportsMaxSize
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrainedModelExportsMaxSize.Builder,TrainedModelExportsMaxSize>
@Generated("software.amazon.awssdk:codegen") public final class TrainedModelExportsMaxSize extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrainedModelExportsMaxSize.Builder,TrainedModelExportsMaxSize>
The maximum size of the trained model metrics that can be exported. If the trained model metrics dataset is larger than this value, it will not be exported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrainedModelExportsMaxSize.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrainedModelExportsMaxSize.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TrainedModelExportsMaxSize.Builder>serializableBuilderClass()TrainedModelExportsMaxSize.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrainedModelExportsMaxSizeUnitTypeunit()The unit of measurement for the data size.StringunitAsString()The unit of measurement for the data size.Doublevalue()The maximum size of the dataset to export.-
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
-
unit
public final TrainedModelExportsMaxSizeUnitType unit()
The unit of measurement for the data size.
If the service returns an enum value that is not available in the current SDK version,
unitwill returnTrainedModelExportsMaxSizeUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
- The unit of measurement for the data size.
- See Also:
TrainedModelExportsMaxSizeUnitType
-
unitAsString
public final String unitAsString()
The unit of measurement for the data size.
If the service returns an enum value that is not available in the current SDK version,
unitwill returnTrainedModelExportsMaxSizeUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
- The unit of measurement for the data size.
- See Also:
TrainedModelExportsMaxSizeUnitType
-
value
public final Double value()
The maximum size of the dataset to export.
- Returns:
- The maximum size of the dataset to export.
-
toBuilder
public TrainedModelExportsMaxSize.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrainedModelExportsMaxSize.Builder,TrainedModelExportsMaxSize>
-
builder
public static TrainedModelExportsMaxSize.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrainedModelExportsMaxSize.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-