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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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 guidelines.

Returns:

  • (String)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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)


3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3857

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