| Class | Description |
|---|---|
| AUCBase | |
| AUCV3 | |
| ConfusionMatrixBase | |
| ConfusionMatrixV3 | |
| DocsBase<I extends DocsHandler.DocsPojo,S extends DocsBase<I,S>> | |
| DocsHandler<I extends DocsHandler.DocsPojo,S extends DocsBase<I,S>> | |
| DocsHandler.DocsPojo |
In some cases the REST API can be directly backed by a back-end Iced class.
|
| DocsV1 | |
| DownloadDataHandler | |
| DownloadDataHandler.DownloadData | |
| DownloadDataV1 | |
| FieldMetadataV1 | |
| Handler<I extends Iced,S extends Schema<I,S>> | |
| ImportFilesHandler |
The handler provides import capabilities.
|
| ImportFilesHandler.ImportFiles |
Holder for parameters.
|
| InspectHandler | |
| InspectHandler.InspectPojo | |
| JobsV2 | |
| JobV2 |
Schema for a single Job
|
| JStackHandler | |
| JStackV2 | |
| LogAndEchoHandler | |
| LogAndEchoHandler.LogAndEcho | |
| LogAndEchoV1 | |
| ModelBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchema> | |
| ModelBuildersV2 | |
| ModelMetricsBase |
Base Schema for individual instances of ModelMetrics objects.
|
| ModelMetricsV3 | |
| 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_iters for KMeans).
|
| ModelParametersSchema.ValidationMessageBase | |
| ModelParametersSchema.ValidationMessageV2 | |
| ModelSchema<M extends Model,P extends Model.Parameters,O extends Model.Output,S extends ModelSchema<M,P,O,S>> |
A Model schema contains all the pieces associated with a Model:
|
| ParseV2 | |
| ProfilerHandler | |
| ProfilerHandler.Profiler | |
| ProfilerV2 | |
| QuantilesHandler | |
| QuantilesV1 | |
| RapidsV1 | |
| RemoveAllHandler | |
| RemoveAllHandler.RemoveAll | |
| RemoveAllV1 | |
| RemoveHandler | |
| RemoveHandler.Remove | |
| 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.
|
| 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 |
Schema for the metadata for the field of a Schema.
|
| SchemaMetadataV1 | |
| 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.Event | |
| TimelineV2.NetworkEvent | |
| UnlockKeysHandler | |
| UnlockKeysHandler.UnlockKeys | |
| UnlockKeysV2 | |
| UnlockTask | |
| ValidationAdapter | |
| 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.
|