Class: Aws::SageMakerGeospatial::Types::TemporalStatisticsConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::TemporalStatisticsConfigInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing the configuration for Temporal Statistics operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by ⇒ String
The input for the temporal statistics grouping by time frequency option.
-
#statistics ⇒ Array<String>
The list of the statistics method options.
-
#target_bands ⇒ Array<String>
The list of target band names for the temporal statistic to calculate.
Instance Attribute Details
#group_by ⇒ String
The input for the temporal statistics grouping by time frequency option.
2264 2265 2266 2267 2268 2269 2270 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2264 class TemporalStatisticsConfigInput < Struct.new( :group_by, :statistics, :target_bands) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Array<String>
The list of the statistics method options.
2264 2265 2266 2267 2268 2269 2270 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2264 class TemporalStatisticsConfigInput < Struct.new( :group_by, :statistics, :target_bands) SENSITIVE = [] include Aws::Structure end |
#target_bands ⇒ Array<String>
The list of target band names for the temporal statistic to calculate.
2264 2265 2266 2267 2268 2269 2270 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2264 class TemporalStatisticsConfigInput < Struct.new( :group_by, :statistics, :target_bands) SENSITIVE = [] include Aws::Structure end |