public class TypeaheadV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
int |
limit
limit
|
java.lang.String[] |
matches
matches
|
java.lang.String |
src
training_frame
|
_exclude_fields| Constructor and Description |
|---|
TypeaheadV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String src
public int limit
public java.lang.String[] matches
public java.lang.String toString()
toString in class RequestSchema