JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class DescribeFlowDefinitionResult

    • Constructor Detail

      • DescribeFlowDefinitionResult

        public DescribeFlowDefinitionResult()
    • Method Detail

      • setFlowDefinitionArn

        public void setFlowDefinitionArn(String flowDefinitionArn)

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

        Parameters:
        flowDefinitionArn - The Amazon Resource Name (ARN) of the flow defintion.
      • getFlowDefinitionArn

        public String getFlowDefinitionArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the flow defintion.
      • withFlowDefinitionArn

        public DescribeFlowDefinitionResult withFlowDefinitionArn(String flowDefinitionArn)

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

        Parameters:
        flowDefinitionArn - The Amazon Resource Name (ARN) of the flow defintion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlowDefinitionName

        public void setFlowDefinitionName(String flowDefinitionName)

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

        Parameters:
        flowDefinitionName - The Amazon Resource Name (ARN) of the flow definition.
      • getFlowDefinitionName

        public String getFlowDefinitionName()

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

        Returns:
        The Amazon Resource Name (ARN) of the flow definition.
      • withFlowDefinitionName

        public DescribeFlowDefinitionResult withFlowDefinitionName(String flowDefinitionName)

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

        Parameters:
        flowDefinitionName - The Amazon Resource Name (ARN) of the flow definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlowDefinitionStatus

        public void setFlowDefinitionStatus(String flowDefinitionStatus)

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

        Parameters:
        flowDefinitionStatus - The status of the flow definition. Valid values are listed below.
        See Also:
        FlowDefinitionStatus
      • getFlowDefinitionStatus

        public String getFlowDefinitionStatus()

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

        Returns:
        The status of the flow definition. Valid values are listed below.
        See Also:
        FlowDefinitionStatus
      • withFlowDefinitionStatus

        public DescribeFlowDefinitionResult withFlowDefinitionStatus(String flowDefinitionStatus)

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

        Parameters:
        flowDefinitionStatus - The status of the flow definition. Valid values are listed below.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowDefinitionStatus
      • withFlowDefinitionStatus

        public DescribeFlowDefinitionResult withFlowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)

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

        Parameters:
        flowDefinitionStatus - The status of the flow definition. Valid values are listed below.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowDefinitionStatus
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The timestamp when the flow definition was created.

        Parameters:
        creationTime - The timestamp when the flow definition was created.
      • getCreationTime

        public Date getCreationTime()

        The timestamp when the flow definition was created.

        Returns:
        The timestamp when the flow definition was created.
      • withCreationTime

        public DescribeFlowDefinitionResult withCreationTime(Date creationTime)

        The timestamp when the flow definition was created.

        Parameters:
        creationTime - The timestamp when the flow definition was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHumanLoopRequestSource

        public void setHumanLoopRequestSource(HumanLoopRequestSource 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.

        Parameters:
        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.
      • getHumanLoopRequestSource

        public HumanLoopRequestSource getHumanLoopRequestSource()

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

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

        public DescribeFlowDefinitionResult withHumanLoopRequestSource(HumanLoopRequestSource 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHumanLoopActivationConfig

        public void setHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)

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

        Parameters:
        humanLoopActivationConfig - An object containing information about what triggers a human review workflow.
      • getHumanLoopActivationConfig

        public HumanLoopActivationConfig getHumanLoopActivationConfig()

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

        Returns:
        An object containing information about what triggers a human review workflow.
      • withHumanLoopActivationConfig

        public DescribeFlowDefinitionResult withHumanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)

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

        Parameters:
        humanLoopActivationConfig - An object containing information about what triggers a human review workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHumanLoopConfig

        public void setHumanLoopConfig(HumanLoopConfig humanLoopConfig)

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

        Parameters:
        humanLoopConfig - An object containing information about who works on the task, the workforce task price, and other task details.
      • getHumanLoopConfig

        public HumanLoopConfig getHumanLoopConfig()

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

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

        public DescribeFlowDefinitionResult withHumanLoopConfig(HumanLoopConfig humanLoopConfig)

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

        Parameters:
        humanLoopConfig - An object containing information about who works on the task, the workforce task price, and other task details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputConfig

        public void setOutputConfig(FlowDefinitionOutputConfig outputConfig)

        An object containing information about the output file.

        Parameters:
        outputConfig - An object containing information about the output file.
      • getOutputConfig

        public FlowDefinitionOutputConfig getOutputConfig()

        An object containing information about the output file.

        Returns:
        An object containing information about the output file.
      • withOutputConfig

        public DescribeFlowDefinitionResult withOutputConfig(FlowDefinitionOutputConfig outputConfig)

        An object containing information about the output file.

        Parameters:
        outputConfig - An object containing information about the output file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

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

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
      • getRoleArn

        public String getRoleArn()

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

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

        public DescribeFlowDefinitionResult withRoleArn(String roleArn)

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

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        The reason your flow definition failed.

        Parameters:
        failureReason - The reason your flow definition failed.
      • getFailureReason

        public String getFailureReason()

        The reason your flow definition failed.

        Returns:
        The reason your flow definition failed.
      • withFailureReason

        public DescribeFlowDefinitionResult withFailureReason(String failureReason)

        The reason your flow definition failed.

        Parameters:
        failureReason - The reason your flow definition failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /