Uses of Interface
software.amazon.awssdk.services.sagemaker.model.DerivedInformation.Builder
-
Packages that use DerivedInformation.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DerivedInformation.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DerivedInformation.Builder Modifier and Type Method Description static DerivedInformation.BuilderDerivedInformation. builder()DerivedInformation.BuilderDerivedInformation.Builder. derivedDataInputConfig(String derivedDataInputConfig)The data input configuration that SageMaker Neo automatically derived for the model.DerivedInformation.BuilderDerivedInformation. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DerivedInformation.Builder Modifier and Type Method Description static Class<? extends DerivedInformation.Builder>DerivedInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DerivedInformation.Builder Modifier and Type Method Description default DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. derivedInformation(Consumer<DerivedInformation.Builder> derivedInformation)Information that SageMaker Neo automatically derived about the model.
-