Struct aws_sdk_sagemaker::model::ExperimentConfig [−][src]
#[non_exhaustive]pub struct ExperimentConfig {
pub experiment_name: Option<String>,
pub trial_name: Option<String>,
pub trial_component_display_name: Option<String>,
}
Expand description
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.experiment_name: Option<String>
The name of an existing experiment to associate the trial component with.
trial_name: Option<String>
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
trial_component_display_name: Option<String>
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
Implementations
Creates a new builder-style object to manufacture ExperimentConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExperimentConfig
impl Send for ExperimentConfig
impl Sync for ExperimentConfig
impl Unpin for ExperimentConfig
impl UnwindSafe for ExperimentConfig
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