Struct google_ml1_beta1::GoogleCloudMlV1beta1__Job [] [src]

pub struct GoogleCloudMlV1beta1__Job {
    pub error_message: Option<String>,
    pub training_output: Option<GoogleCloudMlV1beta1__TrainingOutput>,
    pub start_time: Option<String>,
    pub training_input: Option<GoogleCloudMlV1beta1__TrainingInput>,
    pub job_id: Option<String>,
    pub state: Option<String>,
    pub prediction_input: Option<GoogleCloudMlV1beta1__PredictionInput>,
    pub end_time: Option<String>,
    pub prediction_output: Option<GoogleCloudMlV1beta1__PredictionOutput>,
    pub create_time: Option<String>,
}

Represents a training or prediction job.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Output only. The details of a failure or a cancellation.

The current training job result.

Output only. When the job processing was started.

Input parameters to create a training job.

Required. The user-specified id of the job.

Output only. The detailed state of a job.

Input parameters to create a prediction job.

Output only. When the job processing was completed.

The current prediction job result.

Output only. When the job was created.

Trait Implementations

impl Default for GoogleCloudMlV1beta1__Job
[src]

[src]

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

impl Clone for GoogleCloudMlV1beta1__Job
[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__Job
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for GoogleCloudMlV1beta1__Job
[src]

impl ResponseResult for GoogleCloudMlV1beta1__Job
[src]