| 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 |
|---|---|
GetVectorEnrichmentJobResult |
AmazonSageMakerGeospatialClient.getVectorEnrichmentJob(GetVectorEnrichmentJobRequest request)
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
|
GetVectorEnrichmentJobResult |
AmazonSageMakerGeospatial.getVectorEnrichmentJob(GetVectorEnrichmentJobRequest getVectorEnrichmentJobRequest)
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
|
GetVectorEnrichmentJobResult |
AbstractAmazonSageMakerGeospatial.getVectorEnrichmentJob(GetVectorEnrichmentJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVectorEnrichmentJobResult> |
AbstractAmazonSageMakerGeospatialAsync.getVectorEnrichmentJobAsync(GetVectorEnrichmentJobRequest request,
AsyncHandler<GetVectorEnrichmentJobRequest,GetVectorEnrichmentJobResult> asyncHandler) |
Future<GetVectorEnrichmentJobResult> |
AmazonSageMakerGeospatialAsyncClient.getVectorEnrichmentJobAsync(GetVectorEnrichmentJobRequest request,
AsyncHandler<GetVectorEnrichmentJobRequest,GetVectorEnrichmentJobResult> asyncHandler) |
Future<GetVectorEnrichmentJobResult> |
AmazonSageMakerGeospatialAsync.getVectorEnrichmentJobAsync(GetVectorEnrichmentJobRequest getVectorEnrichmentJobRequest,
AsyncHandler<GetVectorEnrichmentJobRequest,GetVectorEnrichmentJobResult> asyncHandler)
Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.clone() |
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withArn(String arn)
The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withCreationTime(Date creationTime)
The creation time.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withDurationInSeconds(Integer durationInSeconds)
The duration of the Vector Enrichment job, in seconds.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withErrorDetails(VectorEnrichmentJobErrorDetails errorDetails)
Details about the errors generated during the Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withExportErrorDetails(VectorEnrichmentJobExportErrorDetails exportErrorDetails)
Details about the errors generated during the ExportVectorEnrichmentJob.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withExportStatus(String exportStatus)
The export status of the Vector Enrichment job being initiated.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withExportStatus(VectorEnrichmentJobExportStatus exportStatus)
The export status of the Vector Enrichment job being initiated.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withInputConfig(VectorEnrichmentJobInputConfig inputConfig)
Input configuration information for the Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withJobConfig(VectorEnrichmentJobConfig jobConfig)
An object containing information about the job configuration.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withKmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withName(String name)
The name of the Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withStatus(String status)
The status of the initiated Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withStatus(VectorEnrichmentJobStatus status)
The status of the initiated Vector Enrichment job.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withType(String type)
The type of the Vector Enrichment job being initiated.
|
GetVectorEnrichmentJobResult |
GetVectorEnrichmentJobResult.withType(VectorEnrichmentJobType type)
The type of the Vector Enrichment job being initiated.
|
Copyright © 2024. All rights reserved.