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 DescribeFlowDefinition operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeFlowDefinitionResponse : AmazonWebServiceResponse

The DescribeFlowDefinitionResponse 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.

The timestamp when the flow definition was created.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason your flow definition failed.

Public Property FlowDefinitionArn System.String

Gets and sets the property FlowDefinitionArn.

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

Public Property FlowDefinitionName System.String

Gets and sets the property FlowDefinitionName.

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

Public Property FlowDefinitionStatus Amazon.SageMaker.FlowDefinitionStatus

Gets and sets the property FlowDefinitionStatus.

The status of the flow definition. Valid values are listed below.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HumanLoopActivationConfig Amazon.SageMaker.Model.HumanLoopActivationConfig

Gets and sets the property HumanLoopActivationConfig.

An object containing information about what triggers a human review workflow.

Public Property HumanLoopConfig Amazon.SageMaker.Model.HumanLoopConfig

Gets and sets the property HumanLoopConfig.

An object containing information about who works on the task, the workforce task price, and other task details.

Public Property HumanLoopRequestSource Amazon.SageMaker.Model.HumanLoopRequestSource

Gets and sets the property HumanLoopRequestSource.

Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

Public Property OutputConfig Amazon.SageMaker.Model.FlowDefinitionOutputConfig

Gets and sets the property OutputConfig.

An object containing information about the output file.

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 Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

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