Struct aws_sdk_sagemaker::model::CategoricalParameter
source · #[non_exhaustive]pub struct CategoricalParameter { /* private fields */ }
Expand description
Environment parameters you want to benchmark your load test against.
Implementations§
source§impl CategoricalParameter
impl CategoricalParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CategoricalParameter
.
Trait Implementations§
source§impl Clone for CategoricalParameter
impl Clone for CategoricalParameter
source§fn clone(&self) -> CategoricalParameter
fn clone(&self) -> CategoricalParameter
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 CategoricalParameter
impl Debug for CategoricalParameter
source§impl PartialEq<CategoricalParameter> for CategoricalParameter
impl PartialEq<CategoricalParameter> for CategoricalParameter
source§fn eq(&self, other: &CategoricalParameter) -> bool
fn eq(&self, other: &CategoricalParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.