| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmNameGeoMosaic |
GeoMosaicConfigInput.algorithmName()
The name of the algorithm being used for geomosaic.
|
static AlgorithmNameGeoMosaic |
AlgorithmNameGeoMosaic.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AlgorithmNameGeoMosaic |
AlgorithmNameGeoMosaic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmNameGeoMosaic[] |
AlgorithmNameGeoMosaic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AlgorithmNameGeoMosaic> |
AlgorithmNameGeoMosaic.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GeoMosaicConfigInput.Builder |
GeoMosaicConfigInput.Builder.algorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
|
Copyright © 2023. All rights reserved.