#[non_exhaustive]pub struct CreateAutoPredictorOutput { /* private fields */ }Implementations§
source§impl CreateAutoPredictorOutput
impl CreateAutoPredictorOutput
sourcepub fn predictor_arn(&self) -> Option<&str>
pub fn predictor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the predictor.
source§impl CreateAutoPredictorOutput
impl CreateAutoPredictorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAutoPredictorOutput.
Trait Implementations§
source§impl Clone for CreateAutoPredictorOutput
impl Clone for CreateAutoPredictorOutput
source§fn clone(&self) -> CreateAutoPredictorOutput
fn clone(&self) -> CreateAutoPredictorOutput
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 CreateAutoPredictorOutput
impl Debug for CreateAutoPredictorOutput
source§impl PartialEq<CreateAutoPredictorOutput> for CreateAutoPredictorOutput
impl PartialEq<CreateAutoPredictorOutput> for CreateAutoPredictorOutput
source§fn eq(&self, other: &CreateAutoPredictorOutput) -> bool
fn eq(&self, other: &CreateAutoPredictorOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.