Contents

export(to:metadata:)

Exports this transformer as a CoreML model package with user-supplied metadata.

Declaration

func export(to url: URL, metadata: ModelMetadata) throws

Parameters

  • url:

    The location to write the model into.

  • metadata:

    Contextual user-provided information.

See Also

Applying and exporting