Class: Aws::SageMakerGeospatial::Types::ResamplingConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ResamplingConfigInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing input for resampling operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_name ⇒ String
The name of the algorithm used for resampling.
-
#output_resolution ⇒ Types::OutputResolutionResamplingInput
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
-
#target_bands ⇒ Array<String>
Bands used in the operation.
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm used for resampling.
1832 1833 1834 1835 1836 1837 1838 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1832 class ResamplingConfigInput < Struct.new( :algorithm_name, :output_resolution, :target_bands) SENSITIVE = [] include Aws::Structure end |
#output_resolution ⇒ Types::OutputResolutionResamplingInput
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
1832 1833 1834 1835 1836 1837 1838 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1832 class ResamplingConfigInput < Struct.new( :algorithm_name, :output_resolution, :target_bands) SENSITIVE = [] include Aws::Structure end |
#target_bands ⇒ Array<String>
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
1832 1833 1834 1835 1836 1837 1838 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1832 class ResamplingConfigInput < Struct.new( :algorithm_name, :output_resolution, :target_bands) SENSITIVE = [] include Aws::Structure end |