@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, wait
copy
public String outputDatasetS3Uri()
The Amazon S3 bucket location of the manifest file for labeled data.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.