class Aws::LookoutEquipment::Types::InferenceInputNameConfiguration

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

@note When making an API call, you may pass InferenceInputNameConfiguration

data as a hash:

    {
      timestamp_format: "FileNameTimestampFormat",
      component_timestamp_delimiter: "ComponentTimestampDelimiter",
    }

@!attribute [rw] timestamp_format

The format of the timestamp, whether Epoch time, or standard, with
or without hyphens (-).
@return [String]

@!attribute [rw] component_timestamp_delimiter

Indicates the delimiter character used between items in the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/InferenceInputNameConfiguration AWS API Documentation

Constants

SENSITIVE