Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobInputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::VectorEnrichmentJobInputConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input structure for the InputConfig in a VectorEnrichmentJob.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_config ⇒ Types::VectorEnrichmentJobDataSourceConfigInput
The input structure for the data source that represents the storage type of the input data objects.
-
#document_type ⇒ String
The input structure that defines the data source file type.
Instance Attribute Details
#data_source_config ⇒ Types::VectorEnrichmentJobDataSourceConfigInput
The input structure for the data source that represents the storage type of the input data objects.
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2497 class VectorEnrichmentJobInputConfig < Struct.new( :data_source_config, :document_type) SENSITIVE = [] include Aws::Structure end |
#document_type ⇒ String
The input structure that defines the data source file type.
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2497 class VectorEnrichmentJobInputConfig < Struct.new( :data_source_config, :document_type) SENSITIVE = [] include Aws::Structure end |