Class: Aws::LookoutEquipment::Types::DescribeRetrainingSchedulerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Indicates the time and date at which the retraining scheduler was created.

Returns:

  • (Time)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#lookback_windowString

The number of past days of data used for retraining.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#model_arnString

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

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#model_nameString

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

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#promote_modeString

Indicates how the service uses new models. In ‘MANAGED` mode, new models are used for inference if they have better performance than the current model. In `MANUAL` mode, the new models are not used until they are [manually activated].

[1]: docs.aws.amazon.com/lookout-for-equipment/latest/ug/versioning-model.html#model-activation

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

class DescribeRetrainingSchedulerResponse < Struct.new(
  :model_name,
  :model_arn,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window,
  :status,
  :promote_mode,
  :created_at,
  :updated_at)
  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)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

class DescribeRetrainingSchedulerResponse < Struct.new(
  :model_name,
  :model_arn,
  :retraining_start_date,
  :retraining_frequency,
  :lookback_window,
  :status,
  :promote_mode,
  :created_at,
  :updated_at)
  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)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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

#updated_atTime

Indicates the time and date at which the retraining scheduler was updated.

Returns:

  • (Time)


1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1897

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