Class: Aws::SageMakerGeospatial::Types::ExportVectorEnrichmentJobOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

An object containing information about the output file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_dataTypes::VectorEnrichmentJobS3Data

The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.



472
473
474
475
476
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 472

class ExportVectorEnrichmentJobOutputConfig < Struct.new(
  :s3_data)
  SENSITIVE = []
  include Aws::Structure
end