Struct aws_sdk_sagemaker::output::ListTransformJobsOutput
source · #[non_exhaustive]pub struct ListTransformJobsOutput { /* private fields */ }
Implementations§
source§impl ListTransformJobsOutput
impl ListTransformJobsOutput
sourcepub fn transform_job_summaries(&self) -> Option<&[TransformJobSummary]>
pub fn transform_job_summaries(&self) -> Option<&[TransformJobSummary]>
An array of TransformJobSummary
objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.
source§impl ListTransformJobsOutput
impl ListTransformJobsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTransformJobsOutput
.
Trait Implementations§
source§impl Clone for ListTransformJobsOutput
impl Clone for ListTransformJobsOutput
source§fn clone(&self) -> ListTransformJobsOutput
fn clone(&self) -> ListTransformJobsOutput
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 ListTransformJobsOutput
impl Debug for ListTransformJobsOutput
source§impl PartialEq<ListTransformJobsOutput> for ListTransformJobsOutput
impl PartialEq<ListTransformJobsOutput> for ListTransformJobsOutput
source§fn eq(&self, other: &ListTransformJobsOutput) -> bool
fn eq(&self, other: &ListTransformJobsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.