Struct rusoto_machinelearning::Tag [] [src]

pub struct Tag {
    pub key: Option<String>,
    pub value: Option<String>,
}

A custom key-value pair associated with an ML object, such as an ML model.

Fields

A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

Trait Implementations

impl Default for Tag
[src]

[src]

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

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more