Class: Aws::SageMakerGeospatial::Types::CloudRemovalConfigInput

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

Overview

Input structure for Cloud Removal Operation type

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_nameString

The name of the algorithm used for cloud removal.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 140

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

#interpolation_valueString

The interpolation value you provide for cloud removal.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 140

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

#target_bandsArray<String>

TargetBands to be returned in the output of CloudRemoval operation.

Returns:

  • (Array<String>)


140
141
142
143
144
145
146
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 140

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