public class SchemaMetadataV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
FieldMetadataV3[] |
fields
All the public fields of the schema
|
java.lang.String |
label
[DEPRECATED] This field is always the same as name.
|
java.lang.String |
markdown
Documentation for the schema in Markdown format with GitHub extensions
|
java.lang.String |
name
Simple name of the Schema.
|
java.lang.String |
superclass
Simple name of the superclass of the Schema.
|
java.lang.String |
type
Simple name of H2O type that this Schema represents.
|
int |
version
Version number of the Schema.
|
| Constructor and Description |
|---|
SchemaMetadataV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int version
public java.lang.String name
public java.lang.String label
public java.lang.String superclass
public java.lang.String type
public FieldMetadataV3[] fields
public java.lang.String markdown