Class: Aws::Types::DescribeAutoPredictorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutoPredictorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_config ⇒ Types::DataConfig
Returns the value of attribute data_config.
-
#dataset_import_job_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_import_job_arns.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#explainability_info ⇒ Types::ExplainabilityInfo
Returns the value of attribute explainability_info.
-
#forecast_dimensions ⇒ ::Array[::String]
Returns the value of attribute forecast_dimensions.
-
#forecast_frequency ⇒ ::String
Returns the value of attribute forecast_frequency.
-
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#monitor_info ⇒ Types::MonitorInfo
Returns the value of attribute monitor_info.
-
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
-
#reference_predictor_summary ⇒ Types::ReferencePredictorSummary
Returns the value of attribute reference_predictor_summary.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#time_alignment_boundary ⇒ Types::TimeAlignmentBoundary
Returns the value of attribute time_alignment_boundary.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
412 413 414 |
# File 'sig/types.rbs', line 412 def creation_time @creation_time end |
#data_config ⇒ Types::DataConfig
Returns the value of attribute data_config.
406 407 408 |
# File 'sig/types.rbs', line 406 def data_config @data_config end |
#dataset_import_job_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_import_job_arns.
405 406 407 |
# File 'sig/types.rbs', line 405 def dataset_import_job_arns @dataset_import_job_arns end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
407 408 409 |
# File 'sig/types.rbs', line 407 def encryption_config @encryption_config end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
409 410 411 |
# File 'sig/types.rbs', line 409 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#explainability_info ⇒ Types::ExplainabilityInfo
Returns the value of attribute explainability_info.
415 416 417 |
# File 'sig/types.rbs', line 415 def explainability_info @explainability_info end |
#forecast_dimensions ⇒ ::Array[::String]
Returns the value of attribute forecast_dimensions.
404 405 406 |
# File 'sig/types.rbs', line 404 def forecast_dimensions @forecast_dimensions end |
#forecast_frequency ⇒ ::String
Returns the value of attribute forecast_frequency.
403 404 405 |
# File 'sig/types.rbs', line 403 def forecast_frequency @forecast_frequency end |
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
401 402 403 |
# File 'sig/types.rbs', line 401 def forecast_horizon @forecast_horizon end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
402 403 404 |
# File 'sig/types.rbs', line 402 def forecast_types @forecast_types end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
413 414 415 |
# File 'sig/types.rbs', line 413 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
411 412 413 |
# File 'sig/types.rbs', line 411 def @message end |
#monitor_info ⇒ Types::MonitorInfo
Returns the value of attribute monitor_info.
416 417 418 |
# File 'sig/types.rbs', line 416 def monitor_info @monitor_info end |
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
414 415 416 |
# File 'sig/types.rbs', line 414 def optimization_metric @optimization_metric end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
399 400 401 |
# File 'sig/types.rbs', line 399 def predictor_arn @predictor_arn end |
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
400 401 402 |
# File 'sig/types.rbs', line 400 def predictor_name @predictor_name end |
#reference_predictor_summary ⇒ Types::ReferencePredictorSummary
Returns the value of attribute reference_predictor_summary.
408 409 410 |
# File 'sig/types.rbs', line 408 def reference_predictor_summary @reference_predictor_summary end |
#status ⇒ ::String
Returns the value of attribute status.
410 411 412 |
# File 'sig/types.rbs', line 410 def status @status end |
#time_alignment_boundary ⇒ Types::TimeAlignmentBoundary
Returns the value of attribute time_alignment_boundary.
417 418 419 |
# File 'sig/types.rbs', line 417 def time_alignment_boundary @time_alignment_boundary end |