Struct aws_sdk_glue::model::TaskRunProperties
source · #[non_exhaustive]pub struct TaskRunProperties { /* private fields */ }Expand description
The configuration properties for the task run.
Implementations§
source§impl TaskRunProperties
impl TaskRunProperties
sourcepub fn import_labels_task_run_properties(
&self
) -> Option<&ImportLabelsTaskRunProperties>
pub fn import_labels_task_run_properties(
&self
) -> Option<&ImportLabelsTaskRunProperties>
The configuration properties for an importing labels task run.
sourcepub fn export_labels_task_run_properties(
&self
) -> Option<&ExportLabelsTaskRunProperties>
pub fn export_labels_task_run_properties(
&self
) -> Option<&ExportLabelsTaskRunProperties>
The configuration properties for an exporting labels task run.
sourcepub fn labeling_set_generation_task_run_properties(
&self
) -> Option<&LabelingSetGenerationTaskRunProperties>
pub fn labeling_set_generation_task_run_properties(
&self
) -> Option<&LabelingSetGenerationTaskRunProperties>
The configuration properties for a labeling set generation task run.
sourcepub fn find_matches_task_run_properties(
&self
) -> Option<&FindMatchesTaskRunProperties>
pub fn find_matches_task_run_properties(
&self
) -> Option<&FindMatchesTaskRunProperties>
The configuration properties for a find matches task run.
source§impl TaskRunProperties
impl TaskRunProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TaskRunProperties.
Trait Implementations§
source§impl Clone for TaskRunProperties
impl Clone for TaskRunProperties
source§fn clone(&self) -> TaskRunProperties
fn clone(&self) -> TaskRunProperties
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 TaskRunProperties
impl Debug for TaskRunProperties
source§impl PartialEq<TaskRunProperties> for TaskRunProperties
impl PartialEq<TaskRunProperties> for TaskRunProperties
source§fn eq(&self, other: &TaskRunProperties) -> bool
fn eq(&self, other: &TaskRunProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.