You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::OutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket where training output is placed.

Returns:

  • (String)

    The S3 bucket where training output is placed.

#s3_key_prefixString

The prefix applied to the training output files.

Returns:

  • (String)

    The prefix applied to the training output files.