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 DescribeLineageGroupResult

    • Constructor Detail

      • DescribeLineageGroupResult

        public DescribeLineageGroupResult()
    • Method Detail

      • setLineageGroupName

        public void setLineageGroupName(String lineageGroupName)

        The name of the lineage group.

        Parameters:
        lineageGroupName - The name of the lineage group.
      • getLineageGroupName

        public String getLineageGroupName()

        The name of the lineage group.

        Returns:
        The name of the lineage group.
      • withLineageGroupName

        public DescribeLineageGroupResult withLineageGroupName(String lineageGroupName)

        The name of the lineage group.

        Parameters:
        lineageGroupName - The name of the lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLineageGroupArn

        public void setLineageGroupArn(String lineageGroupArn)

        The Amazon Resource Name (ARN) of the lineage group.

        Parameters:
        lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.
      • getLineageGroupArn

        public String getLineageGroupArn()

        The Amazon Resource Name (ARN) of the lineage group.

        Returns:
        The Amazon Resource Name (ARN) of the lineage group.
      • withLineageGroupArn

        public DescribeLineageGroupResult withLineageGroupArn(String lineageGroupArn)

        The Amazon Resource Name (ARN) of the lineage group.

        Parameters:
        lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDisplayName

        public void setDisplayName(String displayName)

        The display name of the lineage group.

        Parameters:
        displayName - The display name of the lineage group.
      • getDisplayName

        public String getDisplayName()

        The display name of the lineage group.

        Returns:
        The display name of the lineage group.
      • withDisplayName

        public DescribeLineageGroupResult withDisplayName(String displayName)

        The display name of the lineage group.

        Parameters:
        displayName - The display name of the lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the lineage group.

        Parameters:
        description - The description of the lineage group.
      • getDescription

        public String getDescription()

        The description of the lineage group.

        Returns:
        The description of the lineage group.
      • withDescription

        public DescribeLineageGroupResult withDescription(String description)

        The description of the lineage group.

        Parameters:
        description - The description of the lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The creation time of lineage group.

        Parameters:
        creationTime - The creation time of lineage group.
      • getCreationTime

        public Date getCreationTime()

        The creation time of lineage group.

        Returns:
        The creation time of lineage group.
      • withCreationTime

        public DescribeLineageGroupResult withCreationTime(Date creationTime)

        The creation time of lineage group.

        Parameters:
        creationTime - The creation time of lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
      • getCreatedBy

        public UserContext getCreatedBy()
        Returns:
      • withCreatedBy

        public DescribeLineageGroupResult withCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The last modified time of the lineage group.

        Parameters:
        lastModifiedTime - The last modified time of the lineage group.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The last modified time of the lineage group.

        Returns:
        The last modified time of the lineage group.
      • withLastModifiedTime

        public DescribeLineageGroupResult withLastModifiedTime(Date lastModifiedTime)

        The last modified time of the lineage group.

        Parameters:
        lastModifiedTime - The last modified time of the lineage group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedBy

        public void setLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
      • getLastModifiedBy

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public DescribeLineageGroupResult withLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
        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 によって変換されたページ (->オリジナル) /