SageMakergeospatialcapabilities.Paginator.
ListVectorEnrichmentJobs
¶paginator = client.get_paginator('list_vector_enrichment_jobs')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from SageMakergeospatialcapabilities.Client.list_vector_enrichment_jobs()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
SortBy='string',
SortOrder='ASCENDING'|'DESCENDING',
StatusEquals='string',
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
Ascending
or Descending
order.A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'VectorEnrichmentJobSummaries': [
{
'Arn': 'string',
'CreationTime': datetime(2015, 1, 1),
'DurationInSeconds': 123,
'Name': 'string',
'Status': 'INITIALIZING'|'IN_PROGRESS'|'STOPPING'|'STOPPED'|'COMPLETED'|'FAILED'|'DELETING'|'DELETED',
'Tags': {
'string': 'string'
},
'Type': 'REVERSE_GEOCODING'|'MAP_MATCHING'
},
]
}
Response Structure
(dict) --
VectorEnrichmentJobSummaries (list) --
Contains summary information about the Vector Enrichment jobs.
(dict) --
An object containing information about the output file.
Arn (string) --
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
CreationTime (datetime) --
The creation time.
DurationInSeconds (integer) --
The duration of the session, in seconds.
Name (string) --
The names of the Vector Enrichment jobs in the list.
Status (string) --
The status of the Vector Enrichment jobs list.
Tags (dict) --
Each tag consists of a key and a value.
Type (string) --
The type of the list of Vector Enrichment jobs.