Class: Aws::SageMakerGeospatial::Types::VectorEnrichmentJobInputConfig

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

Overview

The input structure for the InputConfig in a VectorEnrichmentJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_configTypes::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 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2497

class VectorEnrichmentJobInputConfig < Struct.new(
  :data_source_config,
  :document_type)
  SENSITIVE = []
  include Aws::Structure
end

#document_typeString

The input structure that defines the data source file type.

Returns:

  • (String)


2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2497

class VectorEnrichmentJobInputConfig < Struct.new(
  :data_source_config,
  :document_type)
  SENSITIVE = []
  include Aws::Structure
end