Struct aws_sdk_personalize::input::ListBatchInferenceJobsInput [−][src]
#[non_exhaustive]pub struct ListBatchInferenceJobsInput {
pub solution_version_arn: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.solution_version_arn: Option<String>The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
next_token: Option<String>The token to request the next page of results.
max_results: Option<i32>The maximum number of batch inference job results to return in each page. The default value is 100.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchInferenceJobs, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchInferenceJobs, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListBatchInferenceJobs>
Creates a new builder-style object to manufacture ListBatchInferenceJobsInput
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
The token to request the next page of results.
The maximum number of batch inference job results to return in each page. The default value is 100.
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 ListBatchInferenceJobsInput
impl Send for ListBatchInferenceJobsInput
impl Sync for ListBatchInferenceJobsInput
impl Unpin for ListBatchInferenceJobsInput
impl UnwindSafe for ListBatchInferenceJobsInput
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
