Class: Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


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_summariesArray<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