Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ExportEarthObservationJobResponse
-
Packages that use ExportEarthObservationJobResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of ExportEarthObservationJobResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return ExportEarthObservationJobResponse Modifier and Type Method Description default ExportEarthObservationJobResponseSageMakerGeospatialClient. exportEarthObservationJob(Consumer<ExportEarthObservationJobRequest.Builder> exportEarthObservationJobRequest)Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.default ExportEarthObservationJobResponseSageMakerGeospatialClient. exportEarthObservationJob(ExportEarthObservationJobRequest exportEarthObservationJobRequest)Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type ExportEarthObservationJobResponse Modifier and Type Method Description default CompletableFuture<ExportEarthObservationJobResponse>SageMakerGeospatialAsyncClient. exportEarthObservationJob(Consumer<ExportEarthObservationJobRequest.Builder> exportEarthObservationJobRequest)Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.default CompletableFuture<ExportEarthObservationJobResponse>SageMakerGeospatialAsyncClient. exportEarthObservationJob(ExportEarthObservationJobRequest exportEarthObservationJobRequest)Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.
-