Class: Aws::Types::RetrainingSchedulerSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lookback_window::String

Returns the value of attribute lookback_window.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def lookback_window
  @lookback_window
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def model_name
  @model_name
end

#retraining_frequency::String

Returns the value of attribute retraining_frequency.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def retraining_frequency
  @retraining_frequency
end

#retraining_start_date::Time

Returns the value of attribute retraining_start_date.

Returns:

  • (::Time)


900
901
902
# File 'sig/types.rbs', line 900

def retraining_start_date
  @retraining_start_date
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "STOPPING", "STOPPED")


899
900
901
# File 'sig/types.rbs', line 899

def status
  @status
end