[−][src]Struct rusoto_sagemaker::CreateModelPackageInput
Fields
certify_for_marketplace: Option<bool>
Whether to certify the model package for listing on AWS Marketplace.
inference_specification: Option<InferenceSpecification>
Specifies details about inference jobs that can be run with models based on this model package, including the following:
-
The Amazon ECR paths of containers that contain the inference code and model artifacts.
-
The instance types that the model package supports for transform jobs and real-time endpoints used for inference.
-
The input and output content formats that the model package supports for inference.
model_package_description: Option<String>
A description of the model package.
model_package_name: String
The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
source_algorithm_specification: Option<SourceAlgorithmSpecification>
Details about the algorithm that was used to create the model package.
validation_specification: Option<ModelPackageValidationSpecification>
Specifies configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
Trait Implementations
impl PartialEq<CreateModelPackageInput> for CreateModelPackageInput
[src]
fn eq(&self, other: &CreateModelPackageInput) -> bool
[src]
fn ne(&self, other: &CreateModelPackageInput) -> bool
[src]
impl Default for CreateModelPackageInput
[src]
fn default() -> CreateModelPackageInput
[src]
impl Clone for CreateModelPackageInput
[src]
fn clone(&self) -> CreateModelPackageInput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateModelPackageInput
[src]
impl Serialize for CreateModelPackageInput
[src]
Auto Trait Implementations
impl Send for CreateModelPackageInput
impl Sync for CreateModelPackageInput
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> Erased for T
impl<T> Same for T
type Output = T
Should always be Self