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

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


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_windowString

The number of past days of data used for retraining.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_arnString

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

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_nameString

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

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_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.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_frequencyString

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

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_dateTime

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

Returns:

  • (Time)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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

#statusString

The status of the retraining scheduler.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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_atTime

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

Returns:

  • (Time)


1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
# File 'gems/aws-sdk-lookoutequipment/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