Class: Aws::LookoutEquipment::Types::InferenceS3InputConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket containing the input dataset for the inference.

Returns:

  • (String)


2415
2416
2417
2418
2419
2420
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2415

class InferenceS3InputConfiguration < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix for the S3 bucket used for the input data for the inference.

Returns:

  • (String)


2415
2416
2417
2418
2419
2420
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2415

class InferenceS3InputConfiguration < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end