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