Class: Aws::Types::UpdateRetrainingSchedulerRequest

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)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def lookback_window
  @lookback_window
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def model_name
  @model_name
end

#promote_mode"MANAGED", "MANUAL"

Returns the value of attribute promote_mode.

Returns:

  • ("MANAGED", "MANUAL")


1084
1085
1086
# File 'sig/types.rbs', line 1084

def promote_mode
  @promote_mode
end

#retraining_frequency::String

Returns the value of attribute retraining_frequency.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def retraining_frequency
  @retraining_frequency
end

#retraining_start_date::Time

Returns the value of attribute retraining_start_date.

Returns:

  • (::Time)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def retraining_start_date
  @retraining_start_date
end