@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 Amazon SageMaker Ground Truth sends the Amazon Resource Nam (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, waitcopypublic 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
 
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
         
public String initialActiveLearningModelArn()
At the end of an auto-label job Amazon SageMaker Ground Truth sends the Amazon Resource Nam (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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.