Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.AssetValue
-
Packages that use AssetValue Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AssetValue in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type AssetValue Modifier and Type Method Description Map<String,AssetValue>ItemSource. assets()This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type AssetValue Modifier and Type Method Description ItemSource.BuilderItemSource.Builder. assets(Map<String,AssetValue> assets)This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.
-