Struct google_ml1::GoogleCloudMlV1__Config[][src]

pub struct GoogleCloudMlV1__Config {
    pub tpu_service_account: Option<String>,
}

There is no detailed description.

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

Fields

The service account Cloud ML uses to run on TPU node.

Trait Implementations

impl Default for GoogleCloudMlV1__Config
[src]

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

impl Clone for GoogleCloudMlV1__Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1__Config
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudMlV1__Config
[src]

Auto Trait Implementations