public class SchemaMetadataBase extends Schema
| Modifier and Type | Field and Description |
|---|---|
FieldMetadataBase[] |
fields
All the public fields of the schema
|
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 |
|---|
SchemaMetadataBase() |
public int version
public java.lang.String name
public java.lang.String superclass
public java.lang.String type
public FieldMetadataBase[] fields
public java.lang.String markdown