Class: Aws::SageMakerGeospatial::Types::GeoMosaicConfigInput

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

Overview

Input configuration information for the geomosaic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_nameString

The name of the algorithm being used for geomosaic.

Returns:

  • (String)


520
521
522
523
524
525
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 520

class GeoMosaicConfigInput < Struct.new(
  :algorithm_name,
  :target_bands)
  SENSITIVE = []
  include Aws::Structure
end

#target_bandsArray<String>

The target bands for geomosaic.

Returns:

  • (Array<String>)


520
521
522
523
524
525
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 520

class GeoMosaicConfigInput < Struct.new(
  :algorithm_name,
  :target_bands)
  SENSITIVE = []
  include Aws::Structure
end