Class LabelingJobAlgorithmsConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LabelingJobAlgorithmsConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<LabelingJobAlgorithmsConfig.Builder,LabelingJobAlgorithmsConfig>
@Generated("software.amazon.awssdk:codegen") public final class LabelingJobAlgorithmsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobAlgorithmsConfig.Builder,LabelingJobAlgorithmsConfig>
Provides configuration information for auto-labeling of your data objects. A
LabelingJobAlgorithmsConfig
object must be supplied in order to use auto-labeling.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LabelingJobAlgorithmsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelingJobAlgorithmsConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
initialActiveLearningModelArn()
At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling.String
labelingJobAlgorithmSpecificationArn()
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.LabelingJobResourceConfig
labelingJobResourceConfig()
Provides configuration information for a labeling job.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends LabelingJobAlgorithmsConfig.Builder>
serializableBuilderClass()
LabelingJobAlgorithmsConfig.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
-
labelingJobAlgorithmSpecificationArn
public final String labelingJobAlgorithmSpecificationArn()
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:
-
Image classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
-
Text classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
-
Object detection
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
-
Semantic Segmentation
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation
- Returns:
- Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of
the following ARNs:
-
Image classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
-
Text classification
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
-
Object detection
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
-
Semantic Segmentation
arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation
-
-
-
initialActiveLearningModelArn
public final String initialActiveLearningModelArn()
At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.
- Returns:
- At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.
-
labelingJobResourceConfig
public final LabelingJobResourceConfig labelingJobResourceConfig()
Provides configuration information for a labeling job.
- Returns:
- Provides configuration information for a labeling job.
-
toBuilder
public LabelingJobAlgorithmsConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<LabelingJobAlgorithmsConfig.Builder,LabelingJobAlgorithmsConfig>
-
builder
public static LabelingJobAlgorithmsConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelingJobAlgorithmsConfig.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-