Class: Aws::LookoutEquipment::Types::DescribeRetrainingSchedulerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeRetrainingSchedulerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Indicates the time and date at which the retraining scheduler was created.
-
#lookback_window ⇒ String
The number of past days of data used for retraining.
-
#model_arn ⇒ String
The ARN of the model that the retraining scheduler is attached to.
-
#model_name ⇒ String
The name of the model that the retraining scheduler is attached to.
-
#promote_mode ⇒ String
Indicates how the service uses new models.
-
#retraining_frequency ⇒ String
The frequency at which the model retraining is set.
-
#retraining_start_date ⇒ Time
The start date for the retraining scheduler.
-
#status ⇒ String
The status of the retraining scheduler.
-
#updated_at ⇒ Time
Indicates the time and date at which the retraining scheduler was updated.
Instance Attribute Details
#created_at ⇒ Time
Indicates the time and date at which the retraining scheduler was created.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_window ⇒ String
The number of past days of data used for retraining.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_arn ⇒ String
The ARN of the model that the retraining scheduler is attached to.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_name ⇒ String
The name of the model that the retraining scheduler is attached to.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_mode ⇒ String
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
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_frequency ⇒ String
The frequency at which the model retraining is set. This follows the
- ISO 8601][1
-
guidelines.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_date ⇒ Time
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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 |
#status ⇒ String
The status of the retraining scheduler.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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_at ⇒ Time
Indicates the time and date at which the retraining scheduler was updated.
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1994 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 |