AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.LabelingJobAlgorithmsConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class LabelingJobAlgorithmsConfig

The LabelingJobAlgorithmsConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InitialActiveLearningModelArn System.String

Gets and sets the property 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 Property LabelingJobAlgorithmSpecificationArn System.String

Gets and sets the property 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 Property LabelingJobResourceConfig Amazon.SageMaker.Model.LabelingJobResourceConfig

Gets and sets the property LabelingJobResourceConfig.

Provides configuration information for a labeling job.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5