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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2275
2276
2277
2278
2279
2280
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2275

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)


2275
2276
2277
2278
2279
2280
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2275

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