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