libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.DescribeFlowDefinition

Description

Returns information about the specified flow definition.

Synopsis

Creating a Request

data DescribeFlowDefinition Source #

See: newDescribeFlowDefinition smart constructor.

Constructors

DescribeFlowDefinition' 

Fields

Instances

Instances details
Eq DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Read DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Generic DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinition :: Type -> Type #

NFData DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Methods

rnf :: DescribeFlowDefinition -> () #

Hashable DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToJSON DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

AWSRequest DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type AWSResponse DescribeFlowDefinition #

ToHeaders DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToPath DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToQuery DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinition = D1 ('MetaData "DescribeFlowDefinition" "Amazonka.SageMaker.DescribeFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeFlowDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

newDescribeFlowDefinition Source #

Create a value of DescribeFlowDefinition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:flowDefinitionName:DescribeFlowDefinition', describeFlowDefinition_flowDefinitionName - The name of the flow definition.

Request Lenses

Destructuring the Response

data DescribeFlowDefinitionResponse Source #

See: newDescribeFlowDefinitionResponse smart constructor.

Constructors

DescribeFlowDefinitionResponse' 

Fields

Instances

Instances details
Eq DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Read DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Generic DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinitionResponse :: Type -> Type #

NFData DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinitionResponse = D1 ('MetaData "DescribeFlowDefinitionResponse" "Amazonka.SageMaker.DescribeFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeFlowDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "humanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopRequestSource))) :*: (S1 ('MetaSel ('Just "humanLoopActivationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopActivationConfig)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "flowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "humanLoopConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopConfig) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionOutputConfig) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeFlowDefinitionResponse Source #

Create a value of DescribeFlowDefinitionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureReason:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_failureReason - The reason your flow definition failed.

$sel:humanLoopRequestSource:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_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.

$sel:humanLoopActivationConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_humanLoopActivationConfig - An object containing information about what triggers a human review workflow.

$sel:httpStatus:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_httpStatus - The response's http status code.

$sel:flowDefinitionArn:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow defintion.

$sel:flowDefinitionName:DescribeFlowDefinition', describeFlowDefinitionResponse_flowDefinitionName - The Amazon Resource Name (ARN) of the flow definition.

$sel:flowDefinitionStatus:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_flowDefinitionStatus - The status of the flow definition. Valid values are listed below.

$sel:creationTime:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_creationTime - The timestamp when the flow definition was created.

$sel:humanLoopConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_humanLoopConfig - An object containing information about who works on the task, the workforce task price, and other task details.

$sel:outputConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_outputConfig - An object containing information about the output file.

$sel:roleArn:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

Response Lenses

describeFlowDefinitionResponse_humanLoopRequestSource :: Lens' DescribeFlowDefinitionResponse (Maybe HumanLoopRequestSource) Source #

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

describeFlowDefinitionResponse_humanLoopActivationConfig :: Lens' DescribeFlowDefinitionResponse (Maybe HumanLoopActivationConfig) Source #

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

describeFlowDefinitionResponse_humanLoopConfig :: Lens' DescribeFlowDefinitionResponse HumanLoopConfig Source #

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

describeFlowDefinitionResponse_roleArn :: Lens' DescribeFlowDefinitionResponse Text Source #

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.