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