class Aws::LookoutEquipment::Types::InferenceOutputConfiguration

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

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

data as a hash:

    {
      s3_output_configuration: { # required
        bucket: "S3Bucket", # required
        prefix: "S3Prefix",
      },
      kms_key_id: "NameOrArn",
    }

@!attribute [rw] s3_output_configuration

Specifies configuration information for the output results from for
the inference, output S3 location.
@return [Types::InferenceS3OutputConfiguration]

@!attribute [rw] kms_key_id

The ID number for the AWS KMS key used to encrypt the inference
output.
@return [String]

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

Constants

SENSITIVE