Class: Aws::LookoutforVision::Types::OutputS3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::OutputS3Object
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
The S3 location where Amazon Lookout for Vision saves training output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket that contains the training output.
-
#key ⇒ String
The location of the training output in the bucket.
Instance Attribute Details
#bucket ⇒ String
The bucket that contains the training output.
1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1507 class OutputS3Object < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The location of the training output in the bucket.
1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1507 class OutputS3Object < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |