Struct algorithmia::algo::AlgoMetadata [] [src]

pub struct AlgoMetadata {
    pub duration: f32,
    pub stdout: Option<String>,
    pub alerts: Option<Vec<String>>,
    pub content_type: String,
    // some fields omitted
}

Metadata returned from the API

Fields

Algorithm execution duration

Stdout from the algorithm (must enable stdout on request and be the algorithm author)

API alerts (e.g. low balance warning)

Describes how the ouput's result field should be parsed (text, json, or binary)

Trait Implementations

impl Debug for AlgoMetadata
[src]

Formats the value using the given formatter.