Struct aws_sdk_sagemaker::input::CreateTrialInput
source · #[non_exhaustive]pub struct CreateTrialInput { /* private fields */ }
Implementations§
source§impl CreateTrialInput
impl CreateTrialInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTrial, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTrial, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTrial
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTrialInput
.
source§impl CreateTrialInput
impl CreateTrialInput
sourcepub fn trial_name(&self) -> Option<&str>
pub fn trial_name(&self) -> Option<&str>
The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't specified, TrialName
is displayed.
sourcepub fn experiment_name(&self) -> Option<&str>
pub fn experiment_name(&self) -> Option<&str>
The name of the experiment to associate the trial with.
sourcepub fn metadata_properties(&self) -> Option<&MetadataProperties>
pub fn metadata_properties(&self) -> Option<&MetadataProperties>
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.
Trait Implementations§
source§impl Clone for CreateTrialInput
impl Clone for CreateTrialInput
source§fn clone(&self) -> CreateTrialInput
fn clone(&self) -> CreateTrialInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateTrialInput
impl Debug for CreateTrialInput
source§impl PartialEq<CreateTrialInput> for CreateTrialInput
impl PartialEq<CreateTrialInput> for CreateTrialInput
source§fn eq(&self, other: &CreateTrialInput) -> bool
fn eq(&self, other: &CreateTrialInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.