#[non_exhaustive]pub struct InferenceRecommendationsJobStep { /* private fields */ }
Expand description
A returned array object for the Steps
response field in the ListInferenceRecommendationsJobSteps API command.
Implementations§
source§impl InferenceRecommendationsJobStep
impl InferenceRecommendationsJobStep
sourcepub fn step_type(&self) -> Option<&RecommendationStepType>
pub fn step_type(&self) -> Option<&RecommendationStepType>
The type of the subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types.
sourcepub fn status(&self) -> Option<&RecommendationJobStatus>
pub fn status(&self) -> Option<&RecommendationJobStatus>
The current status of the benchmark.
sourcepub fn inference_benchmark(
&self
) -> Option<&RecommendationJobInferenceBenchmark>
pub fn inference_benchmark(
&self
) -> Option<&RecommendationJobInferenceBenchmark>
The details for a specific benchmark.
source§impl InferenceRecommendationsJobStep
impl InferenceRecommendationsJobStep
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InferenceRecommendationsJobStep
.
Trait Implementations§
source§impl Clone for InferenceRecommendationsJobStep
impl Clone for InferenceRecommendationsJobStep
source§fn clone(&self) -> InferenceRecommendationsJobStep
fn clone(&self) -> InferenceRecommendationsJobStep
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 PartialEq<InferenceRecommendationsJobStep> for InferenceRecommendationsJobStep
impl PartialEq<InferenceRecommendationsJobStep> for InferenceRecommendationsJobStep
source§fn eq(&self, other: &InferenceRecommendationsJobStep) -> bool
fn eq(&self, other: &InferenceRecommendationsJobStep) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.