| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
default StopVectorEnrichmentJobResponse |
SageMakerGeospatialClient.stopVectorEnrichmentJob(Consumer<StopVectorEnrichmentJobRequest.Builder> stopVectorEnrichmentJobRequest)
Stops the Vector Enrichment job for a given job ARN.
|
default CompletableFuture<StopVectorEnrichmentJobResponse> |
SageMakerGeospatialAsyncClient.stopVectorEnrichmentJob(Consumer<StopVectorEnrichmentJobRequest.Builder> stopVectorEnrichmentJobRequest)
Stops the Vector Enrichment job for a given job ARN.
|
| Modifier and Type | Method and Description |
|---|---|
StopVectorEnrichmentJobRequest.Builder |
StopVectorEnrichmentJobRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
static StopVectorEnrichmentJobRequest.Builder |
StopVectorEnrichmentJobRequest.builder() |
StopVectorEnrichmentJobRequest.Builder |
StopVectorEnrichmentJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopVectorEnrichmentJobRequest.Builder |
StopVectorEnrichmentJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopVectorEnrichmentJobRequest.Builder |
StopVectorEnrichmentJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopVectorEnrichmentJobRequest.Builder> |
StopVectorEnrichmentJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.