#[non_exhaustive]pub struct ListInferenceRecommendationsJobStepsInput { /* private fields */ }
Implementations§
source§impl ListInferenceRecommendationsJobStepsInput
impl ListInferenceRecommendationsJobStepsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListInferenceRecommendationsJobSteps, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListInferenceRecommendationsJobSteps, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListInferenceRecommendationsJobSteps
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListInferenceRecommendationsJobStepsInput
.
source§impl ListInferenceRecommendationsJobStepsInput
impl ListInferenceRecommendationsJobStepsInput
sourcepub fn status(&self) -> Option<&RecommendationJobStatus>
pub fn status(&self) -> Option<&RecommendationJobStatus>
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
sourcepub fn step_type(&self) -> Option<&RecommendationStepType>
pub fn step_type(&self) -> Option<&RecommendationStepType>
A filter to return details about the specified type of subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
Trait Implementations§
source§impl Clone for ListInferenceRecommendationsJobStepsInput
impl Clone for ListInferenceRecommendationsJobStepsInput
source§fn clone(&self) -> ListInferenceRecommendationsJobStepsInput
fn clone(&self) -> ListInferenceRecommendationsJobStepsInput
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<ListInferenceRecommendationsJobStepsInput> for ListInferenceRecommendationsJobStepsInput
impl PartialEq<ListInferenceRecommendationsJobStepsInput> for ListInferenceRecommendationsJobStepsInput
source§fn eq(&self, other: &ListInferenceRecommendationsJobStepsInput) -> bool
fn eq(&self, other: &ListInferenceRecommendationsJobStepsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.