Class: Aws::SageMakerGeospatial::Types::TemporalStatisticsConfigInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_byString

The input for the temporal statistics grouping by time frequency option.

Returns:

  • (String)


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

#statisticsArray<String>

The list of the statistics method options.

Returns:

  • (Array<String>)


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_bandsArray<String>

The list of target band names for the temporal statistic to calculate.

Returns:

  • (Array<String>)


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