#[non_exhaustive]pub struct CreateBatchPredictionInput { /* private fields */ }
Implementations§
source§impl CreateBatchPredictionInput
impl CreateBatchPredictionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBatchPrediction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBatchPrediction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBatchPrediction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBatchPredictionInput
.
source§impl CreateBatchPredictionInput
impl CreateBatchPredictionInput
sourcepub fn batch_prediction_id(&self) -> Option<&str>
pub fn batch_prediction_id(&self) -> Option<&str>
A user-supplied ID that uniquely identifies the BatchPrediction
.
sourcepub fn batch_prediction_name(&self) -> Option<&str>
pub fn batch_prediction_name(&self) -> Option<&str>
A user-supplied name or description of the BatchPrediction
. BatchPredictionName
can only use the UTF-8 character set.
sourcepub fn ml_model_id(&self) -> Option<&str>
pub fn ml_model_id(&self) -> Option<&str>
The ID of the MLModel
that will generate predictions for the group of observations.
sourcepub fn batch_prediction_data_source_id(&self) -> Option<&str>
pub fn batch_prediction_data_source_id(&self) -> Option<&str>
The ID of the DataSource
that points to the group of observations to predict.
sourcepub fn output_uri(&self) -> Option<&str>
pub fn output_uri(&self) -> Option<&str>
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key
portion of the outputURI
field: ':', '//', '/./', '/../'.
Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
Trait Implementations§
source§impl Clone for CreateBatchPredictionInput
impl Clone for CreateBatchPredictionInput
source§fn clone(&self) -> CreateBatchPredictionInput
fn clone(&self) -> CreateBatchPredictionInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateBatchPredictionInput
impl Debug for CreateBatchPredictionInput
source§impl PartialEq<CreateBatchPredictionInput> for CreateBatchPredictionInput
impl PartialEq<CreateBatchPredictionInput> for CreateBatchPredictionInput
source§fn eq(&self, other: &CreateBatchPredictionInput) -> bool
fn eq(&self, other: &CreateBatchPredictionInput) -> bool
self
and other
values to be equal, and is used
by ==
.