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 FlowDefinitionSummary

    • Constructor Detail

      • FlowDefinitionSummary

        public FlowDefinitionSummary()
    • Method Detail

      • setFlowDefinitionName

        public void setFlowDefinitionName(String flowDefinitionName)

        The name of the flow definition.

        Parameters:
        flowDefinitionName - The name of the flow definition.
      • getFlowDefinitionName

        public String getFlowDefinitionName()

        The name of the flow definition.

        Returns:
        The name of the flow definition.
      • withFlowDefinitionName

        public FlowDefinitionSummary withFlowDefinitionName(String flowDefinitionName)

        The name of the flow definition.

        Parameters:
        flowDefinitionName - The name of the flow definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFlowDefinitionArn

        public void setFlowDefinitionArn(String flowDefinitionArn)

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

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

        public String getFlowDefinitionArn()

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

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

        public FlowDefinitionSummary withFlowDefinitionArn(String flowDefinitionArn)

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

        Parameters:
        flowDefinitionArn - 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:

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

        public String getFlowDefinitionStatus()

        The status of the flow definition. Valid values:

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

        public FlowDefinitionSummary withFlowDefinitionStatus(String flowDefinitionStatus)

        The status of the flow definition. Valid values:

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

        public FlowDefinitionSummary withFlowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)

        The status of the flow definition. Valid values:

        Parameters:
        flowDefinitionStatus - The status of the flow definition. Valid values:
        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 SageMaker created the flow definition.

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

        public Date getCreationTime()

        The timestamp when SageMaker created the flow definition.

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

        public FlowDefinitionSummary withCreationTime(Date creationTime)

        The timestamp when SageMaker created the flow definition.

        Parameters:
        creationTime - The timestamp when SageMaker created 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 why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

        Parameters:
        failureReason - The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.
      • getFailureReason

        public String getFailureReason()

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

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

        public FlowDefinitionSummary withFailureReason(String failureReason)

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

        Parameters:
        failureReason - The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is 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 によって変換されたページ (->オリジナル) /