Class: Aws::Types::CreateAutoPredictorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_config ⇒ Types::DataConfig

Returns the value of attribute data_config.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def data_config
  @data_config
end

#encryption_config ⇒ Types::EncryptionConfig

Returns the value of attribute encryption_config.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def encryption_config
  @encryption_config
end

#explain_predictor ⇒ Boolean

Returns the value of attribute explain_predictor.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def explain_predictor
  @explain_predictor
end

#forecast_dimensions ⇒ ::Array[::String]

Returns the value of attribute forecast_dimensions.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def forecast_dimensions
  @forecast_dimensions
end

#forecast_frequency ⇒ ::String

Returns the value of attribute forecast_frequency.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def forecast_frequency
  @forecast_frequency
end

#forecast_horizon ⇒ ::Integer

Returns the value of attribute forecast_horizon.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def forecast_horizon
  @forecast_horizon
end

#forecast_types ⇒ ::Array[::String]

Returns the value of attribute forecast_types.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def forecast_types
  @forecast_types
end

#monitor_config ⇒ Types::MonitorConfig

Returns the value of attribute monitor_config.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def monitor_config
  @monitor_config
end

#optimization_metric ⇒ "WAPE", ...

Returns the value of attribute optimization_metric.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def optimization_metric
  @optimization_metric
end

#predictor_name ⇒ ::String

Returns the value of attribute predictor_name.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def predictor_name
  @predictor_name
end

#reference_predictor_arn ⇒ ::String

Returns the value of attribute reference_predictor_arn.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def reference_predictor_arn
  @reference_predictor_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def tags
  @tags
end

#time_alignment_boundary ⇒ Types::TimeAlignmentBoundary

Returns the value of attribute time_alignment_boundary.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def time_alignment_boundary
  @time_alignment_boundary
end