Struct aws_sdk_sagemaker::input::create_trial_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateTrialInput
Implementations
The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.
The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.
The name of the trial as displayed. The name doesn't need to be unique. If
DisplayName
isn't specified, TrialName
is displayed.
The name of the trial as displayed. The name doesn't need to be unique. If
DisplayName
isn't specified, TrialName
is displayed.
The name of the experiment to associate the trial with.
The name of the experiment to associate the trial with.
Metadata properties of the tracking entity, trial, or trial component.
Metadata properties of the tracking entity, trial, or trial component.
A list of tags to associate with the trial. You can use Search API to search on the tags.
Consumes the builder and constructs a CreateTrialInput
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