Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:mlFramework
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the framework that has been used for developing a model (e.g. keras, tensorflow, etc.)
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 100
Used by
Element ms:MLModel
Source
<xs:element name="mlFramework">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the framework that has been used for developing a model (e.g. keras, tensorflow, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/mlFramework</identifier>
      <label xml:lang="en">ML framework</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>