Class LabelingJobOutput
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LabelingJobOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLabelingJobOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelingJobOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfinalActiveLearningModelArn()The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutputDatasetS3Uri()The Amazon S3 bucket location of the manifest file for labeled data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LabelingJobOutput.Builder>serializableBuilderClass()LabelingJobOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
outputDatasetS3Uri
public final String outputDatasetS3Uri()
The Amazon S3 bucket location of the manifest file for labeled data.
- Returns:
- The Amazon S3 bucket location of the manifest file for labeled data.
-
finalActiveLearningModelArn
public final String finalActiveLearningModelArn()
The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
- Returns:
- The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.
-
toBuilder
public LabelingJobOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LabelingJobOutput.Builder,LabelingJobOutput>
-
builder
public static LabelingJobOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelingJobOutput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-