| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobAlgorithmsConfig |
LabelingJobAlgorithmsConfig.clone() |
LabelingJobAlgorithmsConfig |
DescribeLabelingJobResult.getLabelingJobAlgorithmsConfig()
Configuration information for automated data labeling.
|
LabelingJobAlgorithmsConfig |
CreateLabelingJobRequest.getLabelingJobAlgorithmsConfig()
Configures the information required to perform automated data labeling.
|
LabelingJobAlgorithmsConfig |
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 |
LabelingJobAlgorithmsConfig.withLabelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
|
LabelingJobAlgorithmsConfig |
LabelingJobAlgorithmsConfig.withLabelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLabelingJobResult.setLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
void |
CreateLabelingJobRequest.setLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withLabelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.
|
Copyright © 2025. All rights reserved.