Struct google_ml1_beta1::GoogleCloudMlV1beta1__PredictionOutput [] [src]

pub struct GoogleCloudMlV1beta1__PredictionOutput {
    pub output_path: Option<String>,
    pub node_hours: Option<f64>,
    pub prediction_count: Option<i64>,
    pub error_count: Option<i64>,
}

Represents results of a prediction job.

This type is not used in any activity, and only used as part of another schema.

Fields

The output Google Cloud Storage location provided at the job creation time.

Node hours used by the batch prediction job.

The number of generated predictions.

The number of data instances which resulted in errors.

Trait Implementations

impl Default for GoogleCloudMlV1beta1__PredictionOutput
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleCloudMlV1beta1__PredictionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1beta1__PredictionOutput
[src]

[src]

Formats the value using the given formatter.

impl Part for GoogleCloudMlV1beta1__PredictionOutput
[src]