Class: Aws::SageMakerGeospatial::Types::MapMatchingConfig

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

Overview

The input structure for Map Matching operation type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_attribute_nameString

The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-sagemakergeospatial/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_nameString

The name of the timestamp attribute.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-sagemakergeospatial/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_nameString

The name of the X-attribute

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-sagemakergeospatial/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_nameString

The name of the Y-attribute

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
# File 'gems/aws-sdk-sagemakergeospatial/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