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

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 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)


2318
2319
2320
2321
2322
2323
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2318

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)


2318
2319
2320
2321
2322
2323
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2318

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