| 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 |
|---|---|
StartVectorEnrichmentJobResult |
AmazonSageMakerGeospatialClient.startVectorEnrichmentJob(StartVectorEnrichmentJobRequest request)
Creates a Vector Enrichment job for the supplied job type.
|
StartVectorEnrichmentJobResult |
AmazonSageMakerGeospatial.startVectorEnrichmentJob(StartVectorEnrichmentJobRequest startVectorEnrichmentJobRequest)
Creates a Vector Enrichment job for the supplied job type.
|
StartVectorEnrichmentJobResult |
AbstractAmazonSageMakerGeospatial.startVectorEnrichmentJob(StartVectorEnrichmentJobRequest request) |
| 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 |
|---|---|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.clone() |
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withCreationTime(Date creationTime)
The creation time.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withDurationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withInputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for starting the Vector Enrichment job.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withJobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withKmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withName(String name)
The name of the Vector Enrichment job.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withStatus(String status)
The status of the Vector Enrichment job being started.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withStatus(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment job being started.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withType(String type)
The type of the Vector Enrichment job.
|
StartVectorEnrichmentJobResult |
StartVectorEnrichmentJobResult.withType(VectorEnrichmentJobType type)
The type of the Vector Enrichment job.
|
Copyright © 2024. All rights reserved.