Class: Aws::Types::DescribeRetrainingSchedulerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


441
442
443
# File 'sig/types.rbs', line 441

def created_at
  @created_at
end

#lookback_window::String

Returns the value of attribute lookback_window.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def lookback_window
  @lookback_window
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def model_name
  @model_name
end

#promote_mode"MANAGED", "MANUAL"

Returns the value of attribute promote_mode.

Returns:

  • ("MANAGED", "MANUAL")


440
441
442
# File 'sig/types.rbs', line 440

def promote_mode
  @promote_mode
end

#retraining_frequency::String

Returns the value of attribute retraining_frequency.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def retraining_frequency
  @retraining_frequency
end

#retraining_start_date::Time

Returns the value of attribute retraining_start_date.

Returns:

  • (::Time)


436
437
438
# File 'sig/types.rbs', line 436

def retraining_start_date
  @retraining_start_date
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


439
440
441
# File 'sig/types.rbs', line 439

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


442
443
444
# File 'sig/types.rbs', line 442

def updated_at
  @updated_at
end