| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TaskRunProperties |
TaskRunProperties.clone() |
TaskRunProperties |
TaskRun.getProperties()
Specifies configuration properties associated with this task run.
|
TaskRunProperties |
GetMLTaskRunResult.getProperties()
The list of properties that are associated with the task run.
|
TaskRunProperties |
TaskRunProperties.withExportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
|
TaskRunProperties |
TaskRunProperties.withFindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
|
TaskRunProperties |
TaskRunProperties.withImportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
TaskRunProperties |
TaskRunProperties.withLabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
|
TaskRunProperties |
TaskRunProperties.withTaskType(String taskType)
The type of task run.
|
TaskRunProperties |
TaskRunProperties.withTaskType(TaskType taskType)
The type of task run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRun.setProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
void |
GetMLTaskRunResult.setProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
TaskRun |
TaskRun.withProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
Copyright © 2020. All rights reserved.