Class: Aws::LookoutEquipment::Types::RetrainingSchedulerSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Provides information about the specified retraining scheduler, including model name, status, start date, frequency, and lookback window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lookback_windowString

The number of past days of data used for retraining.

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The ARN of the model that the retraining scheduler is attached to.

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model that the retraining scheduler is attached to.

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end

#retraining_frequencyString

The frequency at which the model retraining is set. This follows the

ISO 8601][1

guidelines.

[1]: en.wikipedia.org/wiki/ISO_8601#Durations

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end

#retraining_start_dateTime

The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.

Returns:

  • (Time)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3637

class RetrainingSchedulerSummary < Struct.new(
  :model_name,
  :model_arn,
  :status,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window)
  SENSITIVE = []
  include Aws::Structure
end