Class: Aws::LookoutEquipment::Types::InferenceS3OutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceS3OutputConfiguration
- 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
-
#bucket ⇒ String
The bucket containing the output results from the inference.
-
#prefix ⇒ String
The prefix for the S3 bucket used for the output results from the inference.
Instance Attribute Details
#bucket ⇒ String
The bucket containing the output results from the inference
2436 2437 2438 2439 2440 2441 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2436 class InferenceS3OutputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the S3 bucket used for the output results from the inference.
2436 2437 2438 2439 2440 2441 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2436 class InferenceS3OutputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |