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
Modifier and TypeMethodDescriptionderivedDataInputConfig
(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, sdkFields
-
Method Details
-
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.
-