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 information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.LabelingJobDataSource

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

Syntax

C#
public class LabelingJobDataSource

The LabelingJobDataSource type exposes the following members

Constructors

NameDescription
Public Method LabelingJobDataSource()

Properties

NameTypeDescription
Public Property S3DataSource Amazon.SageMaker.Model.LabelingJobS3DataSource

Gets and sets the property S3DataSource.

The Amazon S3 location of the input data objects.

Public Property SnsDataSource Amazon.SageMaker.Model.LabelingJobSnsDataSource

Gets and sets the property SnsDataSource.

An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming 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