class Aws::LookoutEquipment::Types::InferenceInputConfiguration
Specifies configuration information for the input data for the inference, including S3 location of input data..
@note When making an API call, you may pass InferenceInputConfiguration
data as a hash: { s3_input_configuration: { bucket: "S3Bucket", # required prefix: "S3Prefix", }, input_time_zone_offset: "TimeZoneOffset", inference_input_name_configuration: { timestamp_format: "FileNameTimestampFormat", component_timestamp_delimiter: "ComponentTimestampDelimiter", }, }
@!attribute [rw] s3_input_configuration
Specifies configuration information for the input data for the inference, including S3 location of input data.. @return [Types::InferenceS3InputConfiguration]
@!attribute [rw] input_time_zone_offset
Indicates the difference between your time zone and Greenwich Mean Time (GMT). @return [String]
@!attribute [rw] inference_input_name_configuration
Specifies configuration information for the input data for the inference, including timestamp format and delimiter. @return [Types::InferenceInputNameConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/InferenceInputConfiguration AWS API Documentation
Constants
- SENSITIVE