#[non_exhaustive]pub struct ListBatchInferenceJobsInput { /* private fields */ }Implementations§
source§impl ListBatchInferenceJobsInput
impl ListBatchInferenceJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchInferenceJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchInferenceJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBatchInferenceJobs>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBatchInferenceJobsInput.
source§impl ListBatchInferenceJobsInput
impl ListBatchInferenceJobsInput
sourcepub fn solution_version_arn(&self) -> Option<&str>
pub fn solution_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to request the next page of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of batch inference job results to return in each page. The default value is 100.
Trait Implementations§
source§impl Clone for ListBatchInferenceJobsInput
impl Clone for ListBatchInferenceJobsInput
source§fn clone(&self) -> ListBatchInferenceJobsInput
fn clone(&self) -> ListBatchInferenceJobsInput
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 Debug for ListBatchInferenceJobsInput
impl Debug for ListBatchInferenceJobsInput
source§impl PartialEq<ListBatchInferenceJobsInput> for ListBatchInferenceJobsInput
impl PartialEq<ListBatchInferenceJobsInput> for ListBatchInferenceJobsInput
source§fn eq(&self, other: &ListBatchInferenceJobsInput) -> bool
fn eq(&self, other: &ListBatchInferenceJobsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.