| Interface | Description |
|---|---|
| SpecifiesHttpResponseCode |
Interface which allows a Schema, if returned by a handler method, to specify the HTTP response code.
|
| Class | Description |
|---|---|
| AboutHandler | |
| AboutHandler.AboutEntryV3 | |
| AboutHandler.AboutV3 | |
| AUCBase<I extends AUCData,S extends AUCBase<I,S>> | |
| AUCV3 | |
| CloudV1 | |
| CloudV1.NodeV1 | |
| ConfusionMatrixBase<I extends ConfusionMatrix,S extends ConfusionMatrixBase> | |
| ConfusionMatrixV3 | |
| CreateFrameHandler | |
| DocsBase<I extends Iced,S extends DocsBase<I,S>> | |
| DocsHandler | |
| DocsV1 | |
| DownloadDataHandler | |
| DownloadDataV1 | |
| FieldMetadataV1 | |
| FrameV2 | |
| FrameV2.ColSpecifierV2 | |
| FrameV2.ColV2 | |
| H2OErrorV1 |
Schema which represents a back-end error which will be returned to the client.
|
| Handler | |
| HitRatioBase<I extends HitRatio,S extends HitRatioBase<I,S>> | |
| ImportFilesHandler |
The handler provides import capabilities.
|
| InitIDHandler | |
| InitIDV1 | |
| InspectHandler | |
| InspectHandler.InspectPojo | |
| JobsHandler | |
| JobsHandler.Jobs |
Impl class for a collection of jobs; only used in the API to make it easier to cons up the jobs array via the magic of PojoUtils.copyProperties.
|
| JobsV2 | |
| JobV2<J extends Job,S extends JobV2<J,S>> |
Schema for a single Job.
|
| JStackHandler | |
| JStackV2 | |
| JStackV2.DStackTraceV2 | |
| KeySchema<I extends Keyed,S extends KeySchema<I,S>> |
Base Schema Class for Keys.
|
| KeyV1<I extends Keyed,S extends KeyV1<I,S>> | |
| KeyV1.FrameKeyV1 | |
| KeyV1.JobKeyV1 | |
| KeyV1.ModelKeyV1 | |
| KeyV1.VecKeyV1 | |
| LogAndEchoHandler | |
| LogAndEchoV1 | |
| LogsHandler | |
| LogsV3 | |
| ModelBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchema> | |
| ModelBuildersV2 | |
| ModelMetricsAutoEncoderV3 | |
| ModelMetricsBase<I extends ModelMetrics,S extends ModelMetricsBase<I,S>> |
Base Schema for individual instances of ModelMetrics objects.
|
| ModelMetricsBinomialV3 | |
| ModelMetricsClusteringV3 | |
| ModelMetricsMultinomialV3 | |
| ModelMetricsRegressionV3 | |
| ModelOutputSchema<O extends Model.Output,S extends ModelOutputSchema<O,S>> |
An instance of a ModelOutput schema contains the Model build output (e.g., the cluster centers for KMeans).
|
| ModelParameterSchemaV2 |
An instance of a ModelParameters schema contains the metadata for a single Model build parameter (e.g., K for KMeans).
|
| ModelParametersSchema<P extends Model.Parameters,S extends ModelParametersSchema<P,S>> |
An instance of a ModelParameters schema contains the Model build parameters (e.g., K and max_iterations for KMeans).
|
| ModelParametersSchema.ValidationMessageBase<I extends ModelBuilder.ValidationMessage,S extends ModelParametersSchema.ValidationMessageBase<I,S>> | |
| ModelParametersSchema.ValidationMessageV2 | |
| ModelSchema<M extends Model,S extends ModelSchema<M,S,P,O>,P extends Model.Parameters,O extends Model.Output> |
A Model schema contains all the pieces associated with a Model:
|
| NodePersistentStorageHandler | |
| NodePersistentStorageV1 |
Created by rpeck on 11/30/14.
|
| NodePersistentStorageV1.NodePersistentStorageEntryV1 | |
| ParseV2 | |
| ProfilerHandler | |
| ProfilerNodeV2 | |
| ProfilerNodeV2.ProfilerNodeEntryV2 | |
| ProfilerV2 | |
| QuantilesHandler | |
| QuantilesV1 | |
| RapidsV1 | |
| RemoveAllHandler | |
| RemoveAllV1 | |
| RemoveHandler | |
| RemoveV1 | |
| RequestServer |
This is a simple web server which accepts HTTP requests and routes them
to methods in Handler classes for processing.
|
| RouteBase<I extends water.api.Route,S extends RouteBase<I,S>> | |
| RouteV1 | |
| Schema<I extends Iced,S extends Schema<I,S>> |
Base Schema Class.
|
| Schema.Meta | |
| SchemaMetadata |
The metadata info on all the fields in a Schema.
|
| SchemaMetadata.FieldMetadata | |
| SchemaMetadataBase<I extends SchemaMetadata,S extends SchemaMetadataBase<I,S>> |
Schema for the metadata for a Schema.
|
| SchemaMetadataBase.FieldMetadataBase<I extends SchemaMetadata.FieldMetadata,S extends SchemaMetadataBase.FieldMetadataBase<I,S>> |
Schema for the metadata for the field of a Schema.
|
| SchemaMetadataV1 | |
| ShutdownHandler | |
| ShutdownHandler.Shutdown | |
| ShutdownV2 | |
| SupervisedModelParametersSchema<P extends SupervisedModel.SupervisedParameters,S extends SupervisedModelParametersSchema<P,S>> |
An instance of a SupervisedModelParameters schema contains the common SupervisedModel build parameters (e.g., response_column).
|
| TimelineHandler |
UDP Timeline
Created by tomasnykodym on 6/5/14.
|
| TimelineHandler.Timeline | |
| TimelineV2 |
Display of a Timeline
Created by tomasnykodym on 6/5/14.
|
| TimelineV2.EventV2<I,S extends TimelineV2.EventV2<I,S>> | |
| TimelineV2.NetworkEvent | |
| TutorialsV1 | |
| TwoDimTableV1 |
Client-facing Schema of a TwoDimTable
Notes:
1) We embed the rowHeaders into the table, extending it by 1 column
2) We store all the data in column-major order
3) We store all the data in String format
|
| TwoDimTableV1.ColumnSpecsV1 | |
| TypeaheadV2 | |
| UnlockKeysHandler | |
| UnlockKeysV2 | |
| UnlockTask | |
| ValidationAdapter | |
| VarImpBase<I extends VarImp,S extends VarImpBase<I,S>> | |
| WaterMeterCpuTicksHandler | |
| WaterMeterCpuTicksV1 |
| Enum | Description |
|---|---|
| API.Direction |
Is a given field an input, an output, or both?
|
| API.Level |
How important is it to specify a given field to get a useful result?
|
| Exception | Description |
|---|---|
| APIException |
The exception to report various errors during
handling API requests.
|
| Annotation Type | Description |
|---|---|
| API |
API Annotation
API annotations are used to document field behaviors for the external REST API.
|