Struct google_ml1::GoogleCloudMlV1__Capability[][src]

pub struct GoogleCloudMlV1__Capability {
    pub available_accelerators: Option<Vec<String>>,
    pub type_: Option<String>,
}

There is no detailed description.

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

Fields

Available accelerators for the capability.

no description provided

Trait Implementations

impl Default for GoogleCloudMlV1__Capability
[src]

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

impl Clone for GoogleCloudMlV1__Capability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudMlV1__Capability
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudMlV1__Capability
[src]

Auto Trait Implementations