Class: Aws::SageMakerGeospatial::Types::ItemSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ItemSource
- 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
-
#assets ⇒ Hash<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.
-
#date_time ⇒ Time
The searchable date and time of the item, in UTC.
-
#geometry ⇒ Types::Geometry
The item Geometry in GeoJson format.
-
#id ⇒ String
A unique Id for the source item.
-
#properties ⇒ Types::Properties
This field contains additional properties of the item.
Instance Attribute Details
#assets ⇒ Hash<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.
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_time ⇒ Time
The searchable date and time of the item, in UTC.
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 |
#geometry ⇒ Types::Geometry
The item Geometry in GeoJson format.
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 |
#id ⇒ String
A unique Id for the source item.
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 |
#properties ⇒ Types::Properties
This field contains additional properties of the item.
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 |