Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.StackConfigInput
-
Packages that use StackConfigInput Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of StackConfigInput in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return StackConfigInput Modifier and Type Method Description StackConfigInputJobConfigInput. stackConfig()An object containing information about the job configuration for a Stacking Earth Observation job.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type StackConfigInput Modifier and Type Method Description static JobConfigInputJobConfigInput. fromStackConfig(StackConfigInput stackConfig)Create an instance of this class withJobConfigInput.stackConfig()initialized to the given value.JobConfigInput.BuilderJobConfigInput.Builder. stackConfig(StackConfigInput stackConfig)An object containing information about the job configuration for a Stacking Earth Observation job.
-