Class: Aws::LookoutEquipment::Types::InferenceInputConfiguration

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 Amazon S3 location of input data..

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_input_name_configurationTypes::InferenceInputNameConfiguration

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



2253
2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2253

class InferenceInputConfiguration < Struct.new(
  :s3_input_configuration,
  :input_time_zone_offset,
  :inference_input_name_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#input_time_zone_offsetString

Indicates the difference between your time zone and Coordinated Universal Time (UTC).

Returns:

  • (String)


2253
2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2253

class InferenceInputConfiguration < Struct.new(
  :s3_input_configuration,
  :input_time_zone_offset,
  :inference_input_name_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#s3_input_configurationTypes::InferenceS3InputConfiguration

Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.



2253
2254
2255
2256
2257
2258
2259
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2253

class InferenceInputConfiguration < Struct.new(
  :s3_input_configuration,
  :input_time_zone_offset,
  :inference_input_name_configuration)
  SENSITIVE = []
  include Aws::Structure
end