pub struct CreateCompilationJobResponse {
pub compilation_job_arn: String,
}
Fields§
§compilation_job_arn: String
If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:
-
CompilationJobArn
: The Amazon Resource Name (ARN) of the compiled job.
Trait Implementations§
Source§impl Clone for CreateCompilationJobResponse
impl Clone for CreateCompilationJobResponse
Source§fn clone(&self) -> CreateCompilationJobResponse
fn clone(&self) -> CreateCompilationJobResponse
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 Debug for CreateCompilationJobResponse
impl Debug for CreateCompilationJobResponse
Source§impl Default for CreateCompilationJobResponse
impl Default for CreateCompilationJobResponse
Source§fn default() -> CreateCompilationJobResponse
fn default() -> CreateCompilationJobResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCompilationJobResponse
impl<'de> Deserialize<'de> for CreateCompilationJobResponse
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 CreateCompilationJobResponse
impl PartialEq for CreateCompilationJobResponse
Source§fn eq(&self, other: &CreateCompilationJobResponse) -> bool
fn eq(&self, other: &CreateCompilationJobResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateCompilationJobResponse
Auto Trait Implementations§
impl Freeze for CreateCompilationJobResponse
impl RefUnwindSafe for CreateCompilationJobResponse
impl Send for CreateCompilationJobResponse
impl Sync for CreateCompilationJobResponse
impl Unpin for CreateCompilationJobResponse
impl UnwindSafe for CreateCompilationJobResponse
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