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
sourceimpl CategoricalParameter
impl CategoricalParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CategoricalParameter.
Trait Implementations
sourceimpl Clone for CategoricalParameter
impl Clone for CategoricalParameter
sourcefn clone(&self) -> CategoricalParameter
fn clone(&self) -> CategoricalParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CategoricalParameter
impl Debug for CategoricalParameter
sourceimpl PartialEq<CategoricalParameter> for CategoricalParameter
impl PartialEq<CategoricalParameter> for CategoricalParameter
sourcefn eq(&self, other: &CategoricalParameter) -> bool
fn eq(&self, other: &CategoricalParameter) -> bool
impl StructuralPartialEq for CategoricalParameter
Auto Trait Implementations
impl RefUnwindSafe for CategoricalParameter
impl Send for CategoricalParameter
impl Sync for CategoricalParameter
impl Unpin for CategoricalParameter
impl UnwindSafe for CategoricalParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more