Class: Aws::LookoutEquipment::Types::InferenceInputNameConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceInputNameConfiguration
- 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
-
#component_timestamp_delimiter ⇒ String
Indicates the delimiter character used between items in the data.
-
#timestamp_format ⇒ String
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
Instance Attribute Details
#component_timestamp_delimiter ⇒ String
Indicates the delimiter character used between items in the data.
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_format ⇒ String
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
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 |