Class: Aws::Types::CreatePredictorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn ⇒ ::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def algorithm_arn
  @algorithm_arn
end

#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"

Returns the value of attribute auto_ml_override_strategy.

Returns:

  • ("LatencyOptimized", "AccuracyOptimized")


217
218
219
# File 'sig/types.rbs', line 217

def auto_ml_override_strategy
  @auto_ml_override_strategy
end

#encryption_config ⇒ Types::EncryptionConfig

Returns the value of attribute encryption_config.



224
225
226
# File 'sig/types.rbs', line 224

def encryption_config
  @encryption_config
end

#evaluation_parameters ⇒ Types::EvaluationParameters

Returns the value of attribute evaluation_parameters.



220
221
222
# File 'sig/types.rbs', line 220

def evaluation_parameters
  @evaluation_parameters
end

#featurization_config ⇒ Types::FeaturizationConfig

Returns the value of attribute featurization_config.



223
224
225
# File 'sig/types.rbs', line 223

def featurization_config
  @featurization_config
end

#forecast_horizon ⇒ ::Integer

Returns the value of attribute forecast_horizon.

Returns:

  • (::Integer)


214
215
216
# File 'sig/types.rbs', line 214

def forecast_horizon
  @forecast_horizon
end

#forecast_types ⇒ ::Array[::String]

Returns the value of attribute forecast_types.

Returns:

  • (::Array[::String])


215
216
217
# File 'sig/types.rbs', line 215

def forecast_types
  @forecast_types
end

#hpo_config ⇒ Types::HyperParameterTuningJobConfig

Returns the value of attribute hpo_config.



221
222
223
# File 'sig/types.rbs', line 221

def hpo_config
  @hpo_config
end

#input_data_config ⇒ Types::InputDataConfig

Returns the value of attribute input_data_config.



222
223
224
# File 'sig/types.rbs', line 222

def input_data_config
  @input_data_config
end

#optimization_metric ⇒ "WAPE", ...

Returns the value of attribute optimization_metric.

Returns:

  • ("WAPE", "RMSE", "AverageWeightedQuantileLoss", "MASE", "MAPE")


226
227
228
# File 'sig/types.rbs', line 226

def optimization_metric
  @optimization_metric
end

#perform_auto_ml ⇒ Boolean

Returns the value of attribute perform_auto_ml.

Returns:

  • (Boolean)


216
217
218
# File 'sig/types.rbs', line 216

def perform_auto_ml
  @perform_auto_ml
end

#perform_hpo ⇒ Boolean

Returns the value of attribute perform_hpo.

Returns:

  • (Boolean)


218
219
220
# File 'sig/types.rbs', line 218

def perform_hpo
  @perform_hpo
end

#predictor_name ⇒ ::String

Returns the value of attribute predictor_name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def predictor_name
  @predictor_name
end

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

Returns the value of attribute tags.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def tags
  @tags
end

#training_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute training_parameters.

Returns:

  • (::Hash[::String, ::String])


219
220
221
# File 'sig/types.rbs', line 219

def training_parameters
  @training_parameters
end