| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.clearTagsEntries()
Removes all the entries added into Tags.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.clone() |
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withArn(String arn)
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withCreationTime(Date creationTime)
The creation time.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withDurationInSeconds(Integer durationInSeconds)
The duration of the session, in seconds.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withName(String name)
The names of the Vector Enrichment jobs in the list.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withStatus(String status)
The status of the Vector Enrichment jobs list.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withStatus(VectorEnrichmentJobStatus status)
The status of the Vector Enrichment jobs list.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withType(String type)
The type of the list of Vector Enrichment jobs.
|
ListVectorEnrichmentJobOutputConfig |
ListVectorEnrichmentJobOutputConfig.withType(VectorEnrichmentJobType type)
The type of the list of Vector Enrichment jobs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListVectorEnrichmentJobOutputConfig> |
ListVectorEnrichmentJobsResult.getVectorEnrichmentJobSummaries()
Contains summary information about the Vector Enrichment jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListVectorEnrichmentJobsResult |
ListVectorEnrichmentJobsResult.withVectorEnrichmentJobSummaries(ListVectorEnrichmentJobOutputConfig... vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVectorEnrichmentJobsResult.setVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
ListVectorEnrichmentJobsResult |
ListVectorEnrichmentJobsResult.withVectorEnrichmentJobSummaries(Collection<ListVectorEnrichmentJobOutputConfig> vectorEnrichmentJobSummaries)
Contains summary information about the Vector Enrichment jobs.
|
Copyright © 2023. All rights reserved.