Class: Aws::SageMakerGeospatial::Types::MapMatchingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::MapMatchingConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input structure for Map Matching operation type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_attribute_name ⇒ String
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
-
#timestamp_attribute_name ⇒ String
The name of the timestamp attribute.
-
#x_attribute_name ⇒ String
The name of the X-attribute.
-
#y_attribute_name ⇒ String
The name of the Y-attribute.
Instance Attribute Details
#id_attribute_name ⇒ String
The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1354 class MapMatchingConfig < Struct.new( :id_attribute_name, :timestamp_attribute_name, :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |
#timestamp_attribute_name ⇒ String
The name of the timestamp attribute.
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1354 class MapMatchingConfig < Struct.new( :id_attribute_name, :timestamp_attribute_name, :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |
#x_attribute_name ⇒ String
The name of the X-attribute
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1354 class MapMatchingConfig < Struct.new( :id_attribute_name, :timestamp_attribute_name, :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |
#y_attribute_name ⇒ String
The name of the Y-attribute
1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1354 class MapMatchingConfig < Struct.new( :id_attribute_name, :timestamp_attribute_name, :x_attribute_name, :y_attribute_name) SENSITIVE = [] include Aws::Structure end |