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 interface
DerivedInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DerivedInformation.Builder
builder()
String
derivedDataInputConfig()
The data input configuration that SageMaker Neo automatically derived for the model.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends DerivedInformation.Builder>
serializableBuilderClass()
DerivedInformation.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-