Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.LandCoverSegmentationConfigInput.Builder
-
Packages that use LandCoverSegmentationConfigInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of LandCoverSegmentationConfigInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return LandCoverSegmentationConfigInput.Builder Modifier and Type Method Description static LandCoverSegmentationConfigInput.BuilderLandCoverSegmentationConfigInput. builder()LandCoverSegmentationConfigInput.BuilderLandCoverSegmentationConfigInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type LandCoverSegmentationConfigInput.Builder Modifier and Type Method Description static Class<? extends LandCoverSegmentationConfigInput.Builder>LandCoverSegmentationConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type LandCoverSegmentationConfigInput.Builder Modifier and Type Method Description static JobConfigInputJobConfigInput. fromLandCoverSegmentationConfig(Consumer<LandCoverSegmentationConfigInput.Builder> landCoverSegmentationConfig)Create an instance of this class withJobConfigInput.landCoverSegmentationConfig()initialized to the given value.default JobConfigInput.BuilderJobConfigInput.Builder. landCoverSegmentationConfig(Consumer<LandCoverSegmentationConfigInput.Builder> landCoverSegmentationConfig)An object containing information about the job configuration for land cover segmentation.
-