Class: Aws::SageMakerGeospatial::Types::ResamplingConfigInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#algorithm_nameString

The name of the algorithm used for resampling.

Returns:

  • (String)


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_resolutionTypes::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_bandsArray<String>

Bands used in the operation. If no target bands are specified, it uses all bands available in the input.

Returns:

  • (Array<String>)


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