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