Class: Aws::SageMakerGeospatial::Types::OutputResolutionStackInput

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

Overview

The input structure representing Output Resolution for Stacking Operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#predefinedString

A string value representing Predefined Output Resolution for a stacking operation. Allowed values are ‘HIGHEST`, `LOWEST`, and `AVERAGE`.

Returns:

  • (String)


1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1474

class OutputResolutionStackInput < Struct.new(
  :predefined,
  :user_defined)
  SENSITIVE = []
  include Aws::Structure
end

#user_definedTypes::UserDefined

The structure representing User Output Resolution for a Stacking operation defined as a value and unit.

Returns:



1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1474

class OutputResolutionStackInput < Struct.new(
  :predefined,
  :user_defined)
  SENSITIVE = []
  include Aws::Structure
end