Module bigml::resource [] [src]

Resource types manipulated by the BigML API.

Reexports

pub use self::batchprediction::BatchPrediction;
pub use self::ensemble::Ensemble;
pub use self::evaluation::Evaluation;
pub use self::execution::Execution;
pub use self::script::Script;
pub use self::source::Source;

Modules

batchprediction

A batch prediction of missing values from a data set.

ensemble

An ensemble of multiple predictive models.

evaluation

An evaluation of how well a model (or ensemble) predicts the data.

execution

An execution of a WhizzML script.

script

A WhizzML script on BigML.

source

A data source used by BigML.

Structs

GenericStatus

Status of a generic resource.

Id

A strongly-typed "resource ID" used to identify many different kinds of BigML resources.

Enums

StatusCode

A BigML status code.

Traits

Args

Arguments which can be used to create a resource.

Resource

A shared interface to all BigML resource types.

Status

Status of a resource. BigML actually defines many different "status" types, one for each resource, but quite a few of them have are highly similar. This interface tries to generalize over the most common versions.