Struct aws_sdk_glue::input::GetMlTaskRunsInput
source · #[non_exhaustive]pub struct GetMlTaskRunsInput { /* private fields */ }Implementations§
source§impl GetMlTaskRunsInput
impl GetMlTaskRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMLTaskRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMLTaskRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMLTaskRuns>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMlTaskRunsInput.
source§impl GetMlTaskRunsInput
impl GetMlTaskRunsInput
sourcepub fn transform_id(&self) -> Option<&str>
pub fn transform_id(&self) -> Option<&str>
The unique identifier of the machine learning transform.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for pagination of the results. The default is empty.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn filter(&self) -> Option<&TaskRunFilterCriteria>
pub fn filter(&self) -> Option<&TaskRunFilterCriteria>
The filter criteria, in the TaskRunFilterCriteria structure, for the task run.
sourcepub fn sort(&self) -> Option<&TaskRunSortCriteria>
pub fn sort(&self) -> Option<&TaskRunSortCriteria>
The sorting criteria, in the TaskRunSortCriteria structure, for the task run.
Trait Implementations§
source§impl Clone for GetMlTaskRunsInput
impl Clone for GetMlTaskRunsInput
source§fn clone(&self) -> GetMlTaskRunsInput
fn clone(&self) -> GetMlTaskRunsInput
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 GetMlTaskRunsInput
impl Debug for GetMlTaskRunsInput
source§impl PartialEq<GetMlTaskRunsInput> for GetMlTaskRunsInput
impl PartialEq<GetMlTaskRunsInput> for GetMlTaskRunsInput
source§fn eq(&self, other: &GetMlTaskRunsInput) -> bool
fn eq(&self, other: &GetMlTaskRunsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.