Class: Aws::Types::CreateRetrainingSchedulerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def client_token
  @client_token
end

#lookback_window::String

Returns the value of attribute lookback_window.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def lookback_window
  @lookback_window
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def model_name
  @model_name
end

#promote_mode"MANAGED", "MANUAL"

Returns the value of attribute promote_mode.

Returns:

  • ("MANAGED", "MANUAL")


132
133
134
# File 'sig/types.rbs', line 132

def promote_mode
  @promote_mode
end

#retraining_frequency::String

Returns the value of attribute retraining_frequency.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def retraining_frequency
  @retraining_frequency
end

#retraining_start_date::Time

Returns the value of attribute retraining_start_date.

Returns:

  • (::Time)


129
130
131
# File 'sig/types.rbs', line 129

def retraining_start_date
  @retraining_start_date
end