@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelingJobAlgorithmsConfig extends Object implements Serializable, Cloneable, StructuredPojo
Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig
object must be supplied in order to use auto-labeling.
Constructor and Description |
---|
LabelingJobAlgorithmsConfig() |
Modifier and Type | Method and Description |
---|---|
LabelingJobAlgorithmsConfig |
clone() |
boolean |
equals(Object obj) |
String |
getInitialActiveLearningModelArn()
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 |
getLabelingJobAlgorithmSpecificationArn()
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
|
LabelingJobResourceConfig |
getLabelingJobResourceConfig()
Provides configuration information for a labeling job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInitialActiveLearningModelArn(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.
|
void |
setLabelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
|
void |
setLabelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
String |
toString()
Returns a string representation of this object.
|
LabelingJobAlgorithmsConfig |
withInitialActiveLearningModelArn(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.
|
LabelingJobAlgorithmsConfig |
withLabelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
|
LabelingJobAlgorithmsConfig |
withLabelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
public void setLabelingJobAlgorithmSpecificationArn(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
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
public String getLabelingJobAlgorithmSpecificationArn()
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 LabelingJobAlgorithmsConfig withLabelingJobAlgorithmSpecificationArn(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
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
public void setInitialActiveLearningModelArn(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.
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 String getInitialActiveLearningModelArn()
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 LabelingJobAlgorithmsConfig withInitialActiveLearningModelArn(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.
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 void setLabelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
labelingJobResourceConfig
- Provides configuration information for a labeling job.public LabelingJobResourceConfig getLabelingJobResourceConfig()
Provides configuration information for a labeling job.
public LabelingJobAlgorithmsConfig withLabelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
labelingJobResourceConfig
- Provides configuration information for a labeling job.public String toString()
toString
in class Object
Object.toString()
public LabelingJobAlgorithmsConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.