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 interface
LabelingJobOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelingJobOutput.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
finalActiveLearningModelArn()
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)
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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-