amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type AWSResponse DescribeFlowDefinition #

Generic DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinition :: Type -> Type #

Read DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

NFData DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Methods

rnf :: DescribeFlowDefinition -> () #

Eq DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Hashable DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeFlowDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinitionResponse :: Type -> Type #

Read DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

NFData DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeFlowDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "humanLoopActivationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopActivationConfig))) :*: (S1 ('MetaSel ('Just "humanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopRequestSource)) :*: (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:

DescribeFlowDefinitionResponse, describeFlowDefinitionResponse_failureReason - The reason your flow definition failed.

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

$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:httpStatus:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_httpStatus - The response's http status code.

DescribeFlowDefinitionResponse, describeFlowDefinitionResponse_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow defintion.

DescribeFlowDefinition, describeFlowDefinitionResponse_flowDefinitionName - The Amazon Resource Name (ARN) of the flow definition.

DescribeFlowDefinitionResponse, describeFlowDefinitionResponse_flowDefinitionStatus - The status of the flow definition. Valid values are listed below.

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.

DescribeFlowDefinitionResponse, describeFlowDefinitionResponse_outputConfig - An object containing information about the output file.

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_humanLoopActivationConfig :: Lens' DescribeFlowDefinitionResponse (Maybe HumanLoopActivationConfig) Source #

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

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_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.