Struct google_ml1::GoogleCloudMlV1__AcceleratorConfig[][src]

pub struct GoogleCloudMlV1__AcceleratorConfig {
    pub count: Option<String>,
    pub type_: Option<String>,
}

Represents a hardware accelerator request config.

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

Fields

The number of accelerators to attach to each machine running the job.

The available types of accelerators.

Trait Implementations

impl Default for GoogleCloudMlV1__AcceleratorConfig
[src]

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

impl Clone for GoogleCloudMlV1__AcceleratorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1__AcceleratorConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudMlV1__AcceleratorConfig
[src]

Auto Trait Implementations