Class: Aws::SageMakerGeospatial::Types::OutputResolutionStackInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::OutputResolutionStackInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input structure representing Output Resolution for Stacking Operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predefined ⇒ String
A string value representing Predefined Output Resolution for a stacking operation.
-
#user_defined ⇒ Types::UserDefined
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
Instance Attribute Details
#predefined ⇒ String
A string value representing Predefined Output Resolution for a
stacking operation. Allowed values are HIGHEST
, LOWEST
, and
AVERAGE
.
1474 1475 1476 1477 1478 1479 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1474 class OutputResolutionStackInput < Struct.new( :predefined, :user_defined) SENSITIVE = [] include Aws::Structure end |
#user_defined ⇒ Types::UserDefined
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
1474 1475 1476 1477 1478 1479 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1474 class OutputResolutionStackInput < Struct.new( :predefined, :user_defined) SENSITIVE = [] include Aws::Structure end |