@Generated(value="software.amazon.awssdk:codegen") public final class TaskRunProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
The configuration properties for the task run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskRunProperties.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic TaskType taskType()
The type of task run.
If the service returns an enum value that is not available in the current SDK version, taskType will
return TaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskTypeAsString().
TaskTypepublic String taskTypeAsString()
The type of task run.
If the service returns an enum value that is not available in the current SDK version, taskType will
return TaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
taskTypeAsString().
TaskTypepublic ImportLabelsTaskRunProperties importLabelsTaskRunProperties()
The configuration properties for an importing labels task run.
public ExportLabelsTaskRunProperties exportLabelsTaskRunProperties()
The configuration properties for an exporting labels task run.
public LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties()
The configuration properties for a labeling set generation task run.
public FindMatchesTaskRunProperties findMatchesTaskRunProperties()
The configuration properties for a find matches task run.
public TaskRunProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>public static TaskRunProperties.Builder builder()
public static Class<? extends TaskRunProperties.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.