Class DerivedInformation
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.DerivedInformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DerivedInformation.Builder,DerivedInformation>
@Generated("software.amazon.awssdk:codegen") public final class DerivedInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DerivedInformation.Builder,DerivedInformation>
Information that SageMaker Neo automatically derived about the model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDerivedInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DerivedInformation.Builderbuilder()StringderivedDataInputConfig()The data input configuration that SageMaker Neo automatically derived for the model.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 DerivedInformation.Builder>serializableBuilderClass()DerivedInformation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
derivedDataInputConfig
public final String derivedDataInputConfig()
The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.
- Returns:
- The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.
-
toBuilder
public DerivedInformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DerivedInformation.Builder,DerivedInformation>
-
builder
public static DerivedInformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends DerivedInformation.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
-
-