public class AssemblyV99 extends RequestSchemaV3<Iced,AssemblyV99>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
KeyV3.AssemblyKeyV3 |
assembly |
java.lang.String |
assembly_id |
java.lang.String |
file_name |
KeyV3.FrameKeyV3 |
frame |
KeyV3.FrameKeyV3 |
result |
java.lang.String[] |
steps |
_exclude_fields
Constructor and Description |
---|
AssemblyV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="Input Frame for the assembly.") public KeyV3.FrameKeyV3 frame
@API(help="The name of the file (and generated class in case of pojo)") public java.lang.String file_name
@API(help="The key of the Assembly object to retrieve from the DKV.") public java.lang.String assembly_id
@API(help="Output of the assembly line.", direction=OUTPUT) public KeyV3.FrameKeyV3 result
@API(help="A Key to the fit Assembly data structure", direction=OUTPUT) public KeyV3.AssemblyKeyV3 assembly