Struct aws_sdk_sagemaker::model::InferenceRecommendation
source · [−]#[non_exhaustive]pub struct InferenceRecommendation {
pub metrics: Option<RecommendationMetrics>,
pub endpoint_configuration: Option<EndpointOutputConfiguration>,
pub model_configuration: Option<ModelConfiguration>,
}
Expand description
A list of recommendations made by Amazon SageMaker Inference Recommender.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.metrics: Option<RecommendationMetrics>
The metrics used to decide what recommendation to make.
endpoint_configuration: Option<EndpointOutputConfiguration>
Defines the endpoint configuration parameters.
model_configuration: Option<ModelConfiguration>
Defines the model configuration.
Implementations
The metrics used to decide what recommendation to make.
Defines the endpoint configuration parameters.
Defines the model configuration.
Creates a new builder-style object to manufacture InferenceRecommendation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InferenceRecommendation
impl Send for InferenceRecommendation
impl Sync for InferenceRecommendation
impl Unpin for InferenceRecommendation
impl UnwindSafe for InferenceRecommendation
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