Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.GetEarthObservationJobResponse
-
Packages that use GetEarthObservationJobResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of GetEarthObservationJobResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return GetEarthObservationJobResponse Modifier and Type Method Description default GetEarthObservationJobResponseSageMakerGeospatialClient. getEarthObservationJob(Consumer<GetEarthObservationJobRequest.Builder> getEarthObservationJobRequest)Get the details for a previously initiated Earth Observation job.default GetEarthObservationJobResponseSageMakerGeospatialClient. getEarthObservationJob(GetEarthObservationJobRequest getEarthObservationJobRequest)Get the details for a previously initiated Earth Observation job.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type GetEarthObservationJobResponse Modifier and Type Method Description default CompletableFuture<GetEarthObservationJobResponse>SageMakerGeospatialAsyncClient. getEarthObservationJob(Consumer<GetEarthObservationJobRequest.Builder> getEarthObservationJobRequest)Get the details for a previously initiated Earth Observation job.default CompletableFuture<GetEarthObservationJobResponse>SageMakerGeospatialAsyncClient. getEarthObservationJob(GetEarthObservationJobRequest getEarthObservationJobRequest)Get the details for a previously initiated Earth Observation job.
-