Class: Aws::LookoutEquipment::Types::InferenceS3OutputConfiguration

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

Overview

Specifies configuration information for the output results from the inference, including output S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket containing the output results from the inference

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2339

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

#prefixString

The prefix for the S3 bucket used for the output results from the inference.

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2339

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