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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket where training output is placed.

Returns:

  • (String)


5613
5614
5615
5616
5617
5618
# File 'lib/aws-sdk-rekognition/types.rb', line 5613

class OutputConfig < Struct.new(
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

The prefix applied to the training output files.

Returns:

  • (String)


5613
5614
5615
5616
5617
5618
# File 'lib/aws-sdk-rekognition/types.rb', line 5613

class OutputConfig < Struct.new(
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end