Struct aws_sdk_sagemaker::input::UpdateTrialInput
source · #[non_exhaustive]pub struct UpdateTrialInput { /* private fields */ }
Implementations§
source§impl UpdateTrialInput
impl UpdateTrialInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTrial, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTrial, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTrial
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTrialInput
.
source§impl UpdateTrialInput
impl UpdateTrialInput
sourcepub fn trial_name(&self) -> Option<&str>
pub fn trial_name(&self) -> Option<&str>
The name of the trial to update.
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.
Trait Implementations§
source§impl Clone for UpdateTrialInput
impl Clone for UpdateTrialInput
source§fn clone(&self) -> UpdateTrialInput
fn clone(&self) -> UpdateTrialInput
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 UpdateTrialInput
impl Debug for UpdateTrialInput
source§impl PartialEq<UpdateTrialInput> for UpdateTrialInput
impl PartialEq<UpdateTrialInput> for UpdateTrialInput
source§fn eq(&self, other: &UpdateTrialInput) -> bool
fn eq(&self, other: &UpdateTrialInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.