@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelingJobAlgorithmsConfig.Builder |
Modifier and Type | Method and 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobAlgorithmsConfig.Builder> |
serializableBuilderClass() |
LabelingJobAlgorithmsConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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
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
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.
public final LabelingJobResourceConfig labelingJobResourceConfig()
Provides configuration information for a labeling job.
public LabelingJobAlgorithmsConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LabelingJobAlgorithmsConfig.Builder,LabelingJobAlgorithmsConfig>
public static LabelingJobAlgorithmsConfig.Builder builder()
public static Class<? extends LabelingJobAlgorithmsConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.