Struct aws_sdk_sagemaker::model::trial_component::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TrialComponent
Implementations
The name of the trial component.
The name of the trial component.
The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.
The name of the component as displayed. If DisplayName
isn't specified,
TrialComponentName
is displayed.
The Amazon Resource Name (ARN) of the trial component.
The Amazon Resource Name (ARN) of the trial component.
The Amazon Resource Name (ARN) and job type of the source of the component.
The Amazon Resource Name (ARN) and job type of the source of the component.
The status of the trial component.
The status of the trial component.
When the component started.
When the component started.
When the component ended.
When the component was created.
When the component was created.
Who created the trial component.
Who created the trial component.
When the component was last modified.
When the component was last modified.
Information about the user who created or modified an experiment, trial, trial component, or project.
Information about the user who created or modified an experiment, trial, trial component, or project.
pub fn parameters(
self,
k: impl Into<String>,
v: impl Into<TrialComponentParameterValue>
) -> Self
pub fn parameters(
self,
k: impl Into<String>,
v: impl Into<TrialComponentParameterValue>
) -> Self
Adds a key-value pair to parameters
.
To override the contents of this collection use set_parameters
.
The hyperparameters of the component.
pub fn set_parameters(
self,
input: Option<HashMap<String, TrialComponentParameterValue>>
) -> Self
pub fn set_parameters(
self,
input: Option<HashMap<String, TrialComponentParameterValue>>
) -> Self
The hyperparameters of the component.
pub fn input_artifacts(
self,
k: impl Into<String>,
v: impl Into<TrialComponentArtifact>
) -> Self
pub fn input_artifacts(
self,
k: impl Into<String>,
v: impl Into<TrialComponentArtifact>
) -> Self
Adds a key-value pair to input_artifacts
.
To override the contents of this collection use set_input_artifacts
.
The input artifacts of the component.
pub fn set_input_artifacts(
self,
input: Option<HashMap<String, TrialComponentArtifact>>
) -> Self
pub fn set_input_artifacts(
self,
input: Option<HashMap<String, TrialComponentArtifact>>
) -> Self
The input artifacts of the component.
pub fn output_artifacts(
self,
k: impl Into<String>,
v: impl Into<TrialComponentArtifact>
) -> Self
pub fn output_artifacts(
self,
k: impl Into<String>,
v: impl Into<TrialComponentArtifact>
) -> Self
Adds a key-value pair to output_artifacts
.
To override the contents of this collection use set_output_artifacts
.
The output artifacts of the component.
pub fn set_output_artifacts(
self,
input: Option<HashMap<String, TrialComponentArtifact>>
) -> Self
pub fn set_output_artifacts(
self,
input: Option<HashMap<String, TrialComponentArtifact>>
) -> Self
The output artifacts of the component.
Appends an item to metrics
.
To override the contents of this collection use set_metrics
.
The metrics for the component.
The metrics for the component.
Metadata properties of the tracking entity, trial, or trial component.
Metadata properties of the tracking entity, trial, or trial component.
Details of the source of the component.
Details of the source of the component.
The list of tags that are associated with the component. You can use Search API to search on the tags.
Appends an item to parents
.
To override the contents of this collection use set_parents
.
An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.
An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.
Consumes the builder and constructs a TrialComponent
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