Class: Aws::SageMakerGeospatial::Types::ItemSource

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

Overview

The structure representing the items in the response for SearchRasterDataCollection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetsHash<String,Types::AssetValue>

This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.

Returns:



956
957
958
959
960
961
962
963
964
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 956

class ItemSource < Struct.new(
  :assets,
  :date_time,
  :geometry,
  :id,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#date_timeTime

The searchable date and time of the item, in UTC.

Returns:

  • (Time)


956
957
958
959
960
961
962
963
964
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 956

class ItemSource < Struct.new(
  :assets,
  :date_time,
  :geometry,
  :id,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#geometryTypes::Geometry

The item Geometry in GeoJson format.

Returns:



956
957
958
959
960
961
962
963
964
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 956

class ItemSource < Struct.new(
  :assets,
  :date_time,
  :geometry,
  :id,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique Id for the source item.

Returns:

  • (String)


956
957
958
959
960
961
962
963
964
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 956

class ItemSource < Struct.new(
  :assets,
  :date_time,
  :geometry,
  :id,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::Properties

This field contains additional properties of the item.

Returns:



956
957
958
959
960
961
962
963
964
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 956

class ItemSource < Struct.new(
  :assets,
  :date_time,
  :geometry,
  :id,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end