Class: Aws::Rekognition::Types::OutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::OutputConfig
- 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
-
#s3_bucket ⇒ String
The S3 bucket where training output is placed.
-
#s3_key_prefix ⇒ String
The prefix applied to the training output files.
Instance Attribute Details
#s3_bucket ⇒ String
The S3 bucket where training output is placed.
5626 5627 5628 5629 5630 5631 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5626 class OutputConfig < Struct.new( :s3_bucket, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_key_prefix ⇒ String
The prefix applied to the training output files.
5626 5627 5628 5629 5630 5631 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5626 class OutputConfig < Struct.new( :s3_bucket, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |