Interface DerivedInformation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DerivedInformation.Builder,DerivedInformation>
,SdkBuilder<DerivedInformation.Builder,DerivedInformation>
,SdkPojo
- Enclosing class:
- DerivedInformation
public static interface DerivedInformation.Builder extends SdkPojo, CopyableBuilder<DerivedInformation.Builder,DerivedInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DerivedInformation.Builder
derivedDataInputConfig(String derivedDataInputConfig)
The data input configuration that SageMaker Neo automatically derived for the model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
derivedDataInputConfig
DerivedInformation.Builder derivedDataInputConfig(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-