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.

Contains summary information about the flow definition.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.FlowDefinitionSummary

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

Syntax

C#
public class FlowDefinitionSummary

The FlowDefinitionSummary type exposes the following members

Constructors

NameDescription
Public Method FlowDefinitionSummary()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The timestamp when SageMaker created the flow definition.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

Public Property FlowDefinitionArn System.String

Gets and sets the property FlowDefinitionArn.

The Amazon Resource Name (ARN) of the flow definition.

Public Property FlowDefinitionName System.String

Gets and sets the property FlowDefinitionName.

The name of the flow definition.

Public Property FlowDefinitionStatus Amazon.SageMaker.FlowDefinitionStatus

Gets and sets the property FlowDefinitionStatus.

The status of the flow definition. Valid values:

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5