Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.DeleteVectorEnrichmentJobRequest
-
Packages that use DeleteVectorEnrichmentJobRequest Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.transform -
-
Uses of DeleteVectorEnrichmentJobRequest in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial with parameters of type DeleteVectorEnrichmentJobRequest Modifier and Type Method Description default CompletableFuture<DeleteVectorEnrichmentJobResponse>SageMakerGeospatialAsyncClient. deleteVectorEnrichmentJob(DeleteVectorEnrichmentJobRequest deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job.default DeleteVectorEnrichmentJobResponseSageMakerGeospatialClient. deleteVectorEnrichmentJob(DeleteVectorEnrichmentJobRequest deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job. -
Uses of DeleteVectorEnrichmentJobRequest in software.amazon.awssdk.services.sagemakergeospatial.transform
Methods in software.amazon.awssdk.services.sagemakergeospatial.transform with parameters of type DeleteVectorEnrichmentJobRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVectorEnrichmentJobRequestMarshaller. marshall(DeleteVectorEnrichmentJobRequest deleteVectorEnrichmentJobRequest)
-