class Aws::Rekognition::Types::OutputConfig

The S3 bucket and folder location where training output is placed.

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

data as a hash:

    {
      s3_bucket: "S3Bucket",
      s3_key_prefix: "S3KeyPrefix",
    }

@!attribute [rw] s3_bucket

The S3 bucket where training output is placed.
@return [String]

@!attribute [rw] s3_key_prefix

The prefix applied to the training output files.
@return [String]

Constants

SENSITIVE