creatorDefinedKey
Key for the model creator’s custom metadata.
Declaration
static let creatorDefinedKey: MLModelMetadataKeyDiscussion
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.