Struct google_ml1::GoogleCloudMlV1__Capability[][src]

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

There is no detailed description.

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

Fields

no description provided

Available accelerators for the capability.

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