Class: Aws::Types::DescribeAutoPredictorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def message
  @message
end

#monitor_info ⇒ Types::MonitorInfo

Returns the value of attribute monitor_info.

Returns:



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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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