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