Class: Aws::LookoutEquipment::Types::InferenceInputNameConfiguration

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

Overview

Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_timestamp_delimiterString

Indicates the delimiter character used between items in the data.

Returns:

  • (String)


2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2372

class InferenceInputNameConfiguration < Struct.new(
  :timestamp_format,
  :component_timestamp_delimiter)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_formatString

The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).

Returns:

  • (String)


2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2372

class InferenceInputNameConfiguration < Struct.new(
  :timestamp_format,
  :component_timestamp_delimiter)
  SENSITIVE = []
  include Aws::Structure
end