Skip navigation links
A C D E F G I J L M N O P S T V 

A

addRow(MojoRowBuilder) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Append a row from the current state of a MojoRowBuilder.
ai.h2o.mojos.runtime - package ai.h2o.mojos.runtime
Entry point package to load MOJO.
ai.h2o.mojos.runtime.frame - package ai.h2o.mojos.runtime.frame
The package exposes classes to support frame and row creation.
ai.h2o.mojos.runtime.lic - package ai.h2o.mojos.runtime.lic
Contains license verification related exceptions.
ai.h2o.mojos.runtime.readers - package ai.h2o.mojos.runtime.readers
Provides multiple implementation of MojoReaderBackend to support loading of MOJO pipelines from different representations (e.g., ZIP-file, folder, classpath).

C

castFromJavaType(Object) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
clear() - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Clear the state of the row builder
close() - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
close() - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
close() - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
contains(String) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Checks if there exists meta data for a column with a particular name
containsName(String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Determine if there is a column associated with name name.
convert(String, MojoColumn.Type) - Method in interface ai.h2o.mojos.runtime.frame.StringConverter
Convert a String into the designated output type.
create(MojoColumn.Type, int) - Method in interface ai.h2o.mojos.runtime.frame.MojoColumnFactory
Creates an instance of MojoColumn based on given type and nrows.
createFrom(InputStream) - Static method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
createReaderBackend(InputStream) - Static method in class ai.h2o.mojos.runtime.readers.MojoPipelineReaderBackendFactory
Deprecated.
 
createReaderBackend(String) - Static method in class ai.h2o.mojos.runtime.readers.MojoPipelineReaderBackendFactory
Deprecated.
 

D

debug() - Method in class ai.h2o.mojos.runtime.frame.MojoColumn
Creates a String representation of the column data for debug purposes
debug() - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
 
DEFAULT_BASE_DIR - Static variable in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Default top-level directory, where mojo content is stored.
DEFAULT_CONVERTER - Static variable in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
 
DEFAULT_DAI_FOLDER - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Default name of folder where DAI stores configuration or license files
DEFAULT_DAI_LICENSE_FILE_LOCATION - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Default location of DAI license: ~/.driverlessai/license.sig
DEFAULT_PROTO_PIPELINE_FILE_PATH - Static variable in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Default file path for proto-based pipeline
DEFAULT_PROTO_PIPELINE_FILENAME - Static variable in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
DEFAULT_TOML_PIPELINE_FILE_PATH - Static variable in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Default file path for toml-based pipeline
DEFAULT_TOML_PIPELINE_FILENAME - Static variable in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 

E

ENV_PROP_LICENSE_FILE - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Name of environment variable which hold location of license file.
ENV_PROP_LICENSE_KEY - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Name of environment variable which holds license key.
exists(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
exists(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
exists(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
exists(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 

F

FolderMojoReaderBackend - Class in ai.h2o.mojos.runtime.readers
The backend serves MOJO content from a folder.
FolderMojoReaderBackend(String) - Constructor for class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
FolderMojoReaderBackend(String, String) - Constructor for class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
fromColumns(MojoFrameMeta, MojoColumn[]) - Static method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Create a MojoFrame from an array of MojoColumns as specified by the provided meta data.
fromFrames(MojoFrameMeta, MojoFrame...) - Static method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Create a MojoFrame in accordance to a MojoFrameMeta by concatenating a series of existing MojoFrames.
fromJavaClass(Object) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 

G

getBaseDir() - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
getBinaryFile(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
getBinaryFile(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
getBinaryFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
getBinaryFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Retrieve binary content inside the mojo, as a byte[] array.
getColumn(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the column instance at a particular index
getColumnData(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the data stored in the column at a particular index
getColumnIndex(String) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Get the index of a column with the name columnName
getColumnName(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the name of a column at a particular index
getColumnName(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Get the name of a column at a particular index
getColumnNames() - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the names associated with each column in the frame.
getColumnNames() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
 
getColumnNamesMap() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
 
getColumnType(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the type of a column at a particular index
getColumnType(int) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Get the type of a column at a particular index
getColumnType(String) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Get the type of a column with the name columnName
getColumnTypes() - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the types of each column in the frame
getColumnTypes() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
 
getCreationTime() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get the creation time of the mojo file
getData() - Method in class ai.h2o.mojos.runtime.frame.MojoColumn
Get the array reference that the column instance is wrapping.
getDataAsStrings() - Method in class ai.h2o.mojos.runtime.frame.MojoColumn
Retrieve the data in a column as an array of Strings.
getDirectoryNames(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
getDirectoryNames(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
getDirectoryNames(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
getDirectoryNames(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Retrieve a list of all directory names located in path, relative to the base directory
getEmpty(MojoFrameMeta, int) - Static method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Create a MojoFrame with nrows rows based on the meta data provided.
getEmpty() - Static method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Make a MojoFrameMeta instance with no columns
getFile(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
getFile(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
getFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
getFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Retrieve content inside the mojo, as a InputStream.
getFileNames(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
getFileNames(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
getFileNames(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
getFileNames(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Retrieve a list of all file names located in path, relative to the base directory
getFrameBuilder(MojoColumn.Kind) - Method in class ai.h2o.mojos.runtime.MojoPipeline
 
getInputFrameBuilder() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get an instance of an MojoFrameBuilder that can be used to make an input frame
getInputMeta() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get the meta data for the input frame (see MojoFrameMeta
getLicense() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get the license of the mojo file
getMeta(MojoColumn.Kind) - Method in class ai.h2o.mojos.runtime.MojoPipeline
 
getMojoRowBuilder() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Get an instance of a MojoRowBuilder that can be used to construct a row for this builder.
getMojoRowBuilder(boolean) - Method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Get an instance of a MojoRowBuilder that can be used to construct a row for this builder.
getNcols() - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the number of columns in the frame
getNrows() - Method in class ai.h2o.mojos.runtime.frame.MojoFrame
Get the number of rows of each column in the MojoFrame
getOutputMeta() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get the meta data for the output frame (see MojoFrameMeta
getPipelineFile() - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Deprecated.
getPipelineFileName() - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Get pipeline file path relative to baseDir.
getSeparator() - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
getTextFile(String) - Method in class ai.h2o.mojos.runtime.readers.FolderMojoReaderBackend
 
getTextFile(String) - Method in class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
getTextFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
getTextFile(String) - Method in class ai.h2o.mojos.runtime.readers.MojoReaderBackend
Retrieve text content inside the mojo, as a BufferedReader.
getType() - Method in class ai.h2o.mojos.runtime.frame.MojoColumn
Get the type of data the column instance contains
getUuid() - Method in class ai.h2o.mojos.runtime.MojoPipeline
Get the pipeline’s uuid, if stated in the creation file.

I

InMemoryMojoReaderBackend - Class in ai.h2o.mojos.runtime.readers
The backend serves MOJO content from in memory file system.
InMemoryMojoReaderBackend(Map<String, byte[]>) - Constructor for class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
InMemoryMojoReaderBackend(Map<String, byte[]>, String) - Constructor for class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
InMemoryMojoReaderBackend(Map<String, byte[]>, String, String) - Constructor for class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
InMemoryMojoReaderBackend(Map<String, byte[]>, String, String, String) - Constructor for class ai.h2o.mojos.runtime.readers.InMemoryMojoReaderBackend
 
InvalidLicenseException - Exception in ai.h2o.mojos.runtime.lic
The exception reports an invalid license.
InvalidLicenseException(Exception) - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidLicenseException
 
InvalidLicenseException() - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidLicenseException
 
InvalidSignatureException - Exception in ai.h2o.mojos.runtime.lic
The exception reports an invalid MOJO signature.
InvalidSignatureException(Exception) - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidSignatureException
 
InvalidSignatureException() - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidSignatureException
 
InvalidWatermarkException - Exception in ai.h2o.mojos.runtime.lic
The exception reports an invalid MOJO watermark (non-perpetual MOJO).
InvalidWatermarkException(Exception) - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidWatermarkException
 
InvalidWatermarkException() - Constructor for exception ai.h2o.mojos.runtime.lic.InvalidWatermarkException
 
isAssignableFrom(Class) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
isfloat - Variable in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
isNA(Object) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
isnumeric - Variable in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
isSet(String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Determine whether the column associated with name name has had a value set.
isSet(int) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Determine whether the column at index idx has had a value set.
isStrict() - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Determine if this row builder is in “strict” mode.

J

javaclass - Variable in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 

L

LICENSE_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
The default name of license file.
LicenseConsts - Class in ai.h2o.mojos.runtime.lic
The default configuration properties used by license manager to look for license.
LicenseConsts() - Constructor for class ai.h2o.mojos.runtime.lic.LicenseConsts
 
LicenseException - Exception in ai.h2o.mojos.runtime.lic
A generic license problem.
LicenseException(String, Exception) - Constructor for exception ai.h2o.mojos.runtime.lic.LicenseException
 
LicenseExpiredException - Exception in ai.h2o.mojos.runtime.lic
The exception reports an expired license.
LicenseExpiredException(Date) - Constructor for exception ai.h2o.mojos.runtime.lic.LicenseExpiredException
 
LicenseNotFoundException - Exception in ai.h2o.mojos.runtime.lic
The exception reports that MOJO runtime was not able to find a license.
LicenseNotFoundException() - Constructor for exception ai.h2o.mojos.runtime.lic.LicenseNotFoundException
 
loadFrom(String) - Static method in class ai.h2o.mojos.runtime.MojoPipeline
Instantiate MojoPipeline from the provided .mojo file.
loadFrom(MojoReaderBackend) - Static method in class ai.h2o.mojos.runtime.MojoPipeline
Instantiate MojoPipeline from the provided MojoReaderBackend.
loadFrom(String) - Method in interface ai.h2o.mojos.runtime.MojoPipelineFactory
A factory method for constructing MojoPipeline instances from a file.
loadFrom(MojoReaderBackend) - Method in interface ai.h2o.mojos.runtime.MojoPipelineFactory
Advanced way of constructing instances of MojoPipeline by supplying a custom mojo reader backend.

M

MOJO_SIGNATURE_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.MojoSignatureConsts
 
MOJO_WATERMARK_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.MojoSignatureConsts
The default name of MOJO signature file.
MojoColumn - Class in ai.h2o.mojos.runtime.frame
Container for values across a column in a MojoFrame.
MojoColumn() - Constructor for class ai.h2o.mojos.runtime.frame.MojoColumn
 
MojoColumn.Kind - Enum in ai.h2o.mojos.runtime.frame
 
MojoColumn.Type - Enum in ai.h2o.mojos.runtime.frame
MojoColumn Type Enum
MojoColumnFactory - Interface in ai.h2o.mojos.runtime.frame
Column factory.
MojofileMojoReaderBackend - Class in ai.h2o.mojos.runtime.readers
The backend serves MOJO content from a ZIP file.
MojofileMojoReaderBackend(String) - Constructor for class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
MojofileMojoReaderBackend(String, String) - Constructor for class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
MojofileMojoReaderBackend(String, String, String) - Constructor for class ai.h2o.mojos.runtime.readers.MojofileMojoReaderBackend
 
MojoFrame - Class in ai.h2o.mojos.runtime.frame
Container for MojoColumns as well as some additional meta data.
MojoFrameBuilder - Class in ai.h2o.mojos.runtime.frame
The builder is used for constructing a MojoFrame.
MojoFrameBuilder(MojoFrameMeta, Collection<String>) - Constructor for class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Constructor for a MojoFrameBuilder.
MojoFrameBuilder(MojoFrameMeta, Collection<String>, Map<String, StringConverter>) - Constructor for class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Constructor for a MojoFrameBuilder.
MojoFrameBuilder(MojoFrameMeta) - Constructor for class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Constructor for a MojoFrameBuilder.
MojoFrameMeta - Class in ai.h2o.mojos.runtime.frame
MojoFrame meta data
MojoFrameMeta(String[], MojoColumn.Type[]) - Constructor for class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Construct a MojoFrameMeta instance with the given column names and types.
MojoPipeline - Class in ai.h2o.mojos.runtime
This class represents the MOJO scoring pipeline.
MojoPipeline(String, DateTime, String) - Constructor for class ai.h2o.mojos.runtime.MojoPipeline
 
MojoPipelineFactory - Interface in ai.h2o.mojos.runtime
Factory class for loading MOJO pipeline objects.
MojoPipelineReaderBackendFactory - Class in ai.h2o.mojos.runtime.readers
Deprecated.
in favor of creation backends directly.
MojoPipelineReaderBackendFactory() - Constructor for class ai.h2o.mojos.runtime.readers.MojoPipelineReaderBackendFactory
Deprecated.
 
MojoReaderBackend - Class in ai.h2o.mojos.runtime.readers
Interface representing a class capable of reading mojos.
MojoReaderBackend() - Constructor for class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
MojoReaderBackend(String) - Constructor for class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
MojoReaderBackend(String, String) - Constructor for class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
MojoReaderBackend(String, String, String) - Constructor for class ai.h2o.mojos.runtime.readers.MojoReaderBackend
 
MojoRowBuilder - Class in ai.h2o.mojos.runtime.frame
The builder is used to build rows for a MojoFrameBuilder.
MojoSignatureConsts - Class in ai.h2o.mojos.runtime.lic
The default configuration properties used by license manager to look for mojo signature.
MojoSignatureConsts() - Constructor for class ai.h2o.mojos.runtime.lic.MojoSignatureConsts
 
MojoSignatureNotFoundException - Exception in ai.h2o.mojos.runtime.lic
 
MojoSignatureNotFoundException(String) - Constructor for exception ai.h2o.mojos.runtime.lic.MojoSignatureNotFoundException
 
MojoWatermarkNotFoundException - Exception in ai.h2o.mojos.runtime.lic
 
MojoWatermarkNotFoundException(String) - Constructor for exception ai.h2o.mojos.runtime.lic.MojoWatermarkNotFoundException
 

N

NULL - Variable in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 

O

ona - Variable in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 

P

parse(String) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 
parseImpl(String) - Method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
 

S

setBool(String, Boolean) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setBool(int, Boolean) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setByte(String, Byte) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setByte(int, Byte) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setChar(String, Character) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setChar(int, Character) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setDate(String, Date) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setDate(int, Date) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setDouble(String, Double) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setDouble(int, Double) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setFloat(String, Float) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setFloat(int, Float) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setInt(String, Integer) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setInt(int, Integer) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setLong(String, Long) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setLong(int, Long) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setShort(String, Short) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setShort(int, Short) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setString(String, String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setString(int, String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setTimestamp(String, Timestamp) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setTimestamp(int, Timestamp) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
 
setValue(String, String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Set a value to the position associated with column name in the row.
setValue(int, String) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Set a value to an index in the row
setValues(Object[]) - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Set the entire row to values.
size() - Method in class ai.h2o.mojos.runtime.frame.MojoColumn
Get the length of the array wrapped by the column instance
size() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameMeta
Get the number of columns in this instance
size() - Method in class ai.h2o.mojos.runtime.frame.MojoRowBuilder
Get the number values a row resulting from this builder would have
StringConverter - Interface in ai.h2o.mojos.runtime.frame
StringConverter is an interface for converting String values into a MojoColumn.Type.
SYS_PROP_LICENSE_FILE - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Name of JVM system property which holds location of license key.
SYS_PROP_LICENSE_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Name of JVM system property which overrides default license file name (LicenseConsts.LICENSE_FILENAME.
SYS_PROP_LICENSE_KEY - Static variable in class ai.h2o.mojos.runtime.lic.LicenseConsts
Name of JVM system property which holds license key.
SYS_PROP_SIGNATURE_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.MojoSignatureConsts
Name of JVM system property which overrides default signature file name (MojoSignatureConsts.MOJO_SIGNATURE_FILENAME.
SYS_PROP_WATERMARK_FILENAME - Static variable in class ai.h2o.mojos.runtime.lic.MojoSignatureConsts
Name of JVM system property which overrides default watermark file name (MojoSignatureConsts.MOJO_WATERMARK_FILENAME.

T

toMojoFrame() - Method in class ai.h2o.mojos.runtime.frame.MojoFrameBuilder
Create a MojoFrame from the current state of this builder
toString() - Method in exception ai.h2o.mojos.runtime.lic.LicenseException
 
transform(MojoFrameBuilder) - Method in class ai.h2o.mojos.runtime.MojoPipeline
Executes the pipeline of transformers as stated in this model’s mojo file.
transform(MojoFrame) - Method in class ai.h2o.mojos.runtime.MojoPipeline
Executes the pipeline of transformers as stated in this model’s mojo file.
transform(MojoFrame, MojoFrame) - Method in class ai.h2o.mojos.runtime.MojoPipeline
Executes the pipeline of transformers as stated in this model’s mojo file.

V

valueOf(String) - Static method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.h2o.mojos.runtime.frame.MojoColumn.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J L M N O P S T V 
Skip navigation links