Contents

resume(withParameters:)

Resumes a model update with updated parameter values.

Declaration

func resume(withParameters updateParameters: [MLParameterKey : Any])

Parameters

  • updateParameters:

    Model training parameter values to replace those currently set in the update task.

Discussion

Use this method to resume the model update task with newer parameter values. You use this method within the closures you provide in an MLUpdateProgressHandlers instance to resume the MLUpdateTask.

See Also

Starting and Resuming an Update