Struct aws_sdk_machinelearning::model::prediction::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Prediction
Implementations
The prediction label for either a BINARY
or MULTICLASS
MLModel
.
The prediction label for either a BINARY
or MULTICLASS
MLModel
.
The prediction value for REGRESSION
MLModel
.
The prediction value for REGRESSION
MLModel
.
Adds a key-value pair to predicted_scores
.
To override the contents of this collection use set_predicted_scores
.
Provides the raw classification score corresponding to each label.
Provides the raw classification score corresponding to each label.
Adds a key-value pair to details
.
To override the contents of this collection use set_details
.
Provides any additional details regarding the prediction.
Provides any additional details regarding the prediction.
Consumes the builder and constructs a Prediction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more