Struct aws_sdk_sagemaker::model::ModelConfiguration
source · #[non_exhaustive]pub struct ModelConfiguration { /* private fields */ }
Expand description
Defines the model configuration. Includes the specification name and environment parameters.
Implementations§
source§impl ModelConfiguration
impl ModelConfiguration
sourcepub fn inference_specification_name(&self) -> Option<&str>
pub fn inference_specification_name(&self) -> Option<&str>
The inference specification name in the model package version.
sourcepub fn environment_parameters(&self) -> Option<&[EnvironmentParameter]>
pub fn environment_parameters(&self) -> Option<&[EnvironmentParameter]>
Defines the environment parameters that includes key, value types, and values.
source§impl ModelConfiguration
impl ModelConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelConfiguration
.
Trait Implementations§
source§impl Clone for ModelConfiguration
impl Clone for ModelConfiguration
source§fn clone(&self) -> ModelConfiguration
fn clone(&self) -> ModelConfiguration
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 ModelConfiguration
impl Debug for ModelConfiguration
source§impl PartialEq<ModelConfiguration> for ModelConfiguration
impl PartialEq<ModelConfiguration> for ModelConfiguration
source§fn eq(&self, other: &ModelConfiguration) -> bool
fn eq(&self, other: &ModelConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.