Struct aws_sdk_sagemaker::input::create_action_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateActionInput
Implementations
The name of the action. Must be unique to your account in an Amazon Web Services Region.
The name of the action. Must be unique to your account in an Amazon Web Services Region.
The source type, ID, and URI.
The source type, ID, and URI.
The action type.
The action type.
The description of the action.
The description of the action.
The status of the action.
The status of the action.
Adds a key-value pair to properties
.
To override the contents of this collection use set_properties
.
A list of properties to add to the action.
A list of properties to add to the action.
Metadata properties of the tracking entity, trial, or trial component.
Metadata properties of the tracking entity, trial, or trial component.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags to apply to the action.
A list of tags to apply to the action.
Consumes the builder and constructs a CreateActionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more