pub struct CreateHyperParameterTuningJobResponse {
pub hyper_parameter_tuning_job_arn: String,
}
Fields§
§hyper_parameter_tuning_job_arn: String
The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
Trait Implementations§
Source§impl Clone for CreateHyperParameterTuningJobResponse
impl Clone for CreateHyperParameterTuningJobResponse
Source§fn clone(&self) -> CreateHyperParameterTuningJobResponse
fn clone(&self) -> CreateHyperParameterTuningJobResponse
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 CreateHyperParameterTuningJobResponse
impl Default for CreateHyperParameterTuningJobResponse
Source§fn default() -> CreateHyperParameterTuningJobResponse
fn default() -> CreateHyperParameterTuningJobResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateHyperParameterTuningJobResponse
impl<'de> Deserialize<'de> for CreateHyperParameterTuningJobResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateHyperParameterTuningJobResponse
impl PartialEq for CreateHyperParameterTuningJobResponse
Source§fn eq(&self, other: &CreateHyperParameterTuningJobResponse) -> bool
fn eq(&self, other: &CreateHyperParameterTuningJobResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateHyperParameterTuningJobResponse
Auto Trait Implementations§
impl Freeze for CreateHyperParameterTuningJobResponse
impl RefUnwindSafe for CreateHyperParameterTuningJobResponse
impl Send for CreateHyperParameterTuningJobResponse
impl Sync for CreateHyperParameterTuningJobResponse
impl Unpin for CreateHyperParameterTuningJobResponse
impl UnwindSafe for CreateHyperParameterTuningJobResponse
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