Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutputConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
An object containing information about the output file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data ⇒ Types::VectorEnrichmentJobS3Data
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
Instance Attribute Details
#s3_data ⇒ Types::VectorEnrichmentJobS3Data
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
472 473 474 475 476 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 472 class ExportVectorEnrichmentJobOutputConfig < Struct.new( :s3_data) SENSITIVE = [] include Aws::Structure end |