Class: Aws::SageMakerGeospatial::Types::CloudRemovalConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::CloudRemovalConfigInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Input structure for Cloud Removal Operation type
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_name ⇒ String
The name of the algorithm used for cloud removal.
-
#interpolation_value ⇒ String
The interpolation value you provide for cloud removal.
-
#target_bands ⇒ Array<String>
TargetBands to be returned in the output of CloudRemoval operation.
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm used for cloud removal.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 140 class CloudRemovalConfigInput < Struct.new( :algorithm_name, :interpolation_value, :target_bands) SENSITIVE = [] include Aws::Structure end |
#interpolation_value ⇒ String
The interpolation value you provide for cloud removal.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 140 class CloudRemovalConfigInput < Struct.new( :algorithm_name, :interpolation_value, :target_bands) SENSITIVE = [] include Aws::Structure end |
#target_bands ⇒ Array<String>
TargetBands to be returned in the output of CloudRemoval operation.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 140 class CloudRemovalConfigInput < Struct.new( :algorithm_name, :interpolation_value, :target_bands) SENSITIVE = [] include Aws::Structure end |