Struct aws_sdk_sagemaker::types::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() -> CategoricalParameterBuilder
pub fn builder() -> CategoricalParameterBuilder
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more