| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartVectorEnrichmentJobResult> |
AbstractAmazonSageMakerGeospatialAsync.startVectorEnrichmentJobAsync(StartVectorEnrichmentJobRequest request,
AsyncHandler<StartVectorEnrichmentJobRequest,StartVectorEnrichmentJobResult> asyncHandler) |
Future<StartVectorEnrichmentJobResult> |
AmazonSageMakerGeospatialAsyncClient.startVectorEnrichmentJobAsync(StartVectorEnrichmentJobRequest request,
AsyncHandler<StartVectorEnrichmentJobRequest,StartVectorEnrichmentJobResult> asyncHandler) |
Future<StartVectorEnrichmentJobResult> |
AmazonSageMakerGeospatialAsync.startVectorEnrichmentJobAsync(StartVectorEnrichmentJobRequest startVectorEnrichmentJobRequest,
AsyncHandler<StartVectorEnrichmentJobRequest,StartVectorEnrichmentJobResult> asyncHandler)
Creates a Vector Enrichment job for the supplied job type.
|
| Modifier and Type | Method and Description |
|---|---|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.clone() |
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withInputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withJobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withKmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withName(String name)
The name of the Vector Enrichment job.
|
StartVectorEnrichmentJobRequest |
StartVectorEnrichmentJobRequest.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
Copyright © 2024. All rights reserved.