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.

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.FeatureDefinition

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

Syntax

C#
public class FeatureDefinition

The FeatureDefinition type exposes the following members

Constructors

NameDescription
Public Method FeatureDefinition()

Properties

NameTypeDescription
Public Property CollectionConfig Amazon.SageMaker.Model.CollectionConfig

Gets and sets the property CollectionConfig.

Configuration for your collection.

Public Property CollectionType Amazon.SageMaker.CollectionType

Gets and sets the property CollectionType.

A grouping of elements where each element within the collection must have the same feature type (String, Integral, or Fractional).

  • List: An ordered collection of elements.

  • Set: An unordered collection of unique elements.

  • Vector: A specialized list that represents a fixed-size array of elements. The vector dimension is determined by you. Must have elements with fractional feature types.

Public Property FeatureName System.String

Gets and sets the property FeatureName.

The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

The name:

  • Must start with an alphanumeric character.

  • Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.

Public Property FeatureType Amazon.SageMaker.FeatureType

Gets and sets the property FeatureType.

The value type of a feature. Valid values are Integral, Fractional, or String.

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