@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>
Specifies the location of the output produced by the labeling job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
finalActiveLearningModelArn()
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data
labeling.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputDatasetS3Uri()
The Amazon S3 bucket location of the manifest file for labeled data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobOutput.Builder> |
serializableBuilderClass() |
LabelingJobOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outputDatasetS3Uri()
The Amazon S3 bucket location of the manifest file for labeled data.
public final String finalActiveLearningModelArn()
The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.
public LabelingJobOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>public static LabelingJobOutput.Builder builder()
public static Class<? extends LabelingJobOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.