class Aws::LookoutEquipment::Types::InferenceS3OutputConfiguration

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

@note When making an API call, you may pass InferenceS3OutputConfiguration

data as a hash:

    {
      bucket: "S3Bucket", # required
      prefix: "S3Prefix",
    }

@!attribute [rw] bucket

The bucket containing the output results from the inference
@return [String]

@!attribute [rw] prefix

The prefix for the S3 bucket used for the output results from the
inference.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/InferenceS3OutputConfiguration AWS API Documentation

Constants

SENSITIVE