pub struct DescribeHyperParameterTuningJobRequest {
pub hyper_parameter_tuning_job_name: String,
}
Fields§
§hyper_parameter_tuning_job_name: String
The name of the tuning job.
Trait Implementations§
Source§impl Clone for DescribeHyperParameterTuningJobRequest
impl Clone for DescribeHyperParameterTuningJobRequest
Source§fn clone(&self) -> DescribeHyperParameterTuningJobRequest
fn clone(&self) -> DescribeHyperParameterTuningJobRequest
Returns a duplicate 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 Default for DescribeHyperParameterTuningJobRequest
impl Default for DescribeHyperParameterTuningJobRequest
Source§fn default() -> DescribeHyperParameterTuningJobRequest
fn default() -> DescribeHyperParameterTuningJobRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeHyperParameterTuningJobRequest
impl PartialEq for DescribeHyperParameterTuningJobRequest
Source§fn eq(&self, other: &DescribeHyperParameterTuningJobRequest) -> bool
fn eq(&self, other: &DescribeHyperParameterTuningJobRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeHyperParameterTuningJobRequest
Auto Trait Implementations§
impl Freeze for DescribeHyperParameterTuningJobRequest
impl RefUnwindSafe for DescribeHyperParameterTuningJobRequest
impl Send for DescribeHyperParameterTuningJobRequest
impl Sync for DescribeHyperParameterTuningJobRequest
impl Unpin for DescribeHyperParameterTuningJobRequest
impl UnwindSafe for DescribeHyperParameterTuningJobRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more