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.

This is the response object from the DescribeFeatureGroup operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeFeatureGroupResponse

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

Syntax

C#
public class DescribeFeatureGroupResponse : AmazonWebServiceResponse

The DescribeFeatureGroupResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp indicating when SageMaker created the FeatureGroup.

Public Property Description System.String

Gets and sets the property Description.

A free form description of the feature group.

Public Property EventTimeFeatureName System.String

Gets and sets the property EventTimeFeatureName.

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.

  • The FeatureGroup could not be deleted from the OfflineStore.

Public Property FeatureDefinitions System.Collections.Generic.List<Amazon.SageMaker.Model.FeatureDefinition>

Gets and sets the property FeatureDefinitions.

A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

Public Property FeatureGroupArn System.String

Gets and sets the property FeatureGroupArn.

The Amazon Resource Name (ARN) of the FeatureGroup.

Public Property FeatureGroupName System.String

Gets and sets the property FeatureGroupName.

he name of the FeatureGroup.

Public Property FeatureGroupStatus Amazon.SageMaker.FeatureGroupStatus

Gets and sets the property FeatureGroupStatus.

The status of the feature group.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

A timestamp indicating when the feature group was last updated.

Public Property LastUpdateStatus Amazon.SageMaker.Model.LastUpdateStatus

Gets and sets the property LastUpdateStatus.

A value indicating whether the update made to the feature group was successful.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to resume pagination of the list of Features (FeatureDefinitions).

Public Property OfflineStoreConfig Amazon.SageMaker.Model.OfflineStoreConfig

Gets and sets the property OfflineStoreConfig.

The configuration of the offline store. It includes the following configurations:

  • Amazon S3 location of the offline store.

  • Configuration of the Glue data catalog.

  • Table format of the offline store.

  • Option to disable the automatic creation of a Glue table for the offline store.

  • Encryption configuration.

Public Property OfflineStoreStatus Amazon.SageMaker.Model.OfflineStoreStatus

Gets and sets the property OfflineStoreStatus.

The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

Public Property OnlineStoreConfig Amazon.SageMaker.Model.OnlineStoreConfig

Gets and sets the property OnlineStoreConfig.

The configuration for the OnlineStore.

Public Property OnlineStoreTotalSizeBytes System.Int64

Gets and sets the property OnlineStoreTotalSizeBytes.

The size of the OnlineStore in bytes.

Public Property RecordIdentifierFeatureName System.String

Gets and sets the property RecordIdentifierFeatureName.

The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

Public Property ThroughputConfig Amazon.SageMaker.Model.ThroughputConfigDescription

Gets and sets the property ThroughputConfig.

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