Class: Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobInput

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

#max_resultsInteger

The maximum number of items to return.

Returns:

  • (Integer)


1259
1260
1261
1262
1263
1264
1265
1266
1267
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1259

class ListVectorEnrichmentJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#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)


1259
1260
1261
1262
1263
1264
1265
1266
1267
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1259

class ListVectorEnrichmentJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results.

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
1267
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1259

class ListVectorEnrichmentJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sort_orderString

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
1267
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1259

class ListVectorEnrichmentJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#status_equalsString

A filter that retrieves only jobs with a specific status.

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
1267
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1259

class ListVectorEnrichmentJobInput < Struct.new(
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :status_equals)
  SENSITIVE = [:next_token]
  include Aws::Structure
end