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.

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.DatasetDefinition

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

Syntax

C#
public class DatasetDefinition

The DatasetDefinition type exposes the following members

Constructors

NameDescription
Public Method DatasetDefinition()

Properties

NameTypeDescription
Public Property AthenaDatasetDefinition Amazon.SageMaker.Model.AthenaDatasetDefinition

Gets and sets the property AthenaDatasetDefinition.

Public Property DataDistributionType Amazon.SageMaker.DataDistributionType

Gets and sets the property DataDistributionType.

Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

Public Property InputMode Amazon.SageMaker.InputMode

Gets and sets the property InputMode.

Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

Public Property LocalPath System.String

Gets and sets the property LocalPath.

The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

Public Property RedshiftDatasetDefinition Amazon.SageMaker.Model.RedshiftDatasetDefinition

Gets and sets the property RedshiftDatasetDefinition.

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