ModelParametersShareResult

public enum ModelParametersShareResult
  • Continue to load parameter with the given name.

    Declaration

    Swift

    case `continue`(String)
  • Nothing is loaded.

    Declaration

    Swift

    case fail