pub struct CreateTrainingJobResponse {
pub training_job_arn: String,
}
Fields§
§training_job_arn: String
The Amazon Resource Name (ARN) of the training job.
Trait Implementations§
Source§impl Clone for CreateTrainingJobResponse
impl Clone for CreateTrainingJobResponse
Source§fn clone(&self) -> CreateTrainingJobResponse
fn clone(&self) -> CreateTrainingJobResponse
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 Debug for CreateTrainingJobResponse
impl Debug for CreateTrainingJobResponse
Source§impl Default for CreateTrainingJobResponse
impl Default for CreateTrainingJobResponse
Source§fn default() -> CreateTrainingJobResponse
fn default() -> CreateTrainingJobResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateTrainingJobResponse
impl<'de> Deserialize<'de> for CreateTrainingJobResponse
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
impl StructuralPartialEq for CreateTrainingJobResponse
Auto Trait Implementations§
impl Freeze for CreateTrainingJobResponse
impl RefUnwindSafe for CreateTrainingJobResponse
impl Send for CreateTrainingJobResponse
impl Sync for CreateTrainingJobResponse
impl Unpin for CreateTrainingJobResponse
impl UnwindSafe for CreateTrainingJobResponse
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