Contents

creatorDefinedKey

Key for the model creator’s custom metadata.

Declaration

static let creatorDefinedKey: MLModelMetadataKey

Discussion

This key provides read-only access to custom metadata about the model, generated by the model’s author. The custom metadata is a dictionary of type [String: String].

This key corresponds to the userDefined field specified in the Core ML Model Specification.

See Also

Metadata keys