[−][src]Struct rusoto_sagemaker::DescribeModelPackageOutput
Fields
certify_for_marketplace: Option<bool>
Whether the model package is certified for listing on AWS Marketplace.
creation_time: f64
A timestamp specifying when the model package was created.
inference_specification: Option<InferenceSpecification>
Details about inference jobs that can be run with models based on this model package.
model_package_arn: String
The Amazon Resource Name (ARN) of the model package.
model_package_description: Option<String>
A brief summary of the model package.
model_package_name: String
The name of the model package being described.
model_package_status: String
The current status of the model package.
model_package_status_details: ModelPackageStatusDetails
Details about the current status of the model package.
source_algorithm_specification: Option<SourceAlgorithmSpecification>
Details about the algorithm that was used to create the model package.
validation_specification: Option<ModelPackageValidationSpecification>
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
Trait Implementations
impl PartialEq<DescribeModelPackageOutput> for DescribeModelPackageOutput
[src]
fn eq(&self, other: &DescribeModelPackageOutput) -> bool
[src]
fn ne(&self, other: &DescribeModelPackageOutput) -> bool
[src]
impl Default for DescribeModelPackageOutput
[src]
impl Clone for DescribeModelPackageOutput
[src]
fn clone(&self) -> DescribeModelPackageOutput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeModelPackageOutput
[src]
impl<'de> Deserialize<'de> for DescribeModelPackageOutput
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeModelPackageOutput
impl Sync for DescribeModelPackageOutput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self