Class: Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
-
#vector_enrichment_job_summaries ⇒ Array<Types::ListVectorEnrichmentJobOutputConfig>
Contains summary information about the Vector Enrichment jobs.
Instance Attribute Details
#next_token ⇒ String
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1280 class ListVectorEnrichmentJobOutput < Struct.new( :next_token, :vector_enrichment_job_summaries) SENSITIVE = [:next_token] include Aws::Structure end |
#vector_enrichment_job_summaries ⇒ Array<Types::ListVectorEnrichmentJobOutputConfig>
Contains summary information about the Vector Enrichment jobs.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1280 class ListVectorEnrichmentJobOutput < Struct.new( :next_token, :vector_enrichment_job_summaries) SENSITIVE = [:next_token] include Aws::Structure end |