Class: Aws::SageMakerGeospatial::Types::GeoMosaicConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GeoMosaicConfigInput
- 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
-
#algorithm_name ⇒ String
The name of the algorithm being used for geomosaic.
-
#target_bands ⇒ Array<String>
The target bands for geomosaic.
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm being used for geomosaic.
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_bands ⇒ Array<String>
The target bands for geomosaic.
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 |