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 ArtifactSummary

    • Constructor Detail

      • ArtifactSummary

        public ArtifactSummary()
    • Method Detail

      • setArtifactArn

        public void setArtifactArn(String artifactArn)

        The Amazon Resource Name (ARN) of the artifact.

        Parameters:
        artifactArn - The Amazon Resource Name (ARN) of the artifact.
      • getArtifactArn

        public String getArtifactArn()

        The Amazon Resource Name (ARN) of the artifact.

        Returns:
        The Amazon Resource Name (ARN) of the artifact.
      • withArtifactArn

        public ArtifactSummary withArtifactArn(String artifactArn)

        The Amazon Resource Name (ARN) of the artifact.

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

        public void setArtifactName(String artifactName)

        The name of the artifact.

        Parameters:
        artifactName - The name of the artifact.
      • getArtifactName

        public String getArtifactName()

        The name of the artifact.

        Returns:
        The name of the artifact.
      • withArtifactName

        public ArtifactSummary withArtifactName(String artifactName)

        The name of the artifact.

        Parameters:
        artifactName - The name of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSource

        public void setSource(ArtifactSource source)

        The source of the artifact.

        Parameters:
        source - The source of the artifact.
      • getSource

        public ArtifactSource getSource()

        The source of the artifact.

        Returns:
        The source of the artifact.
      • withSource

        public ArtifactSummary withSource(ArtifactSource source)

        The source of the artifact.

        Parameters:
        source - The source of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setArtifactType

        public void setArtifactType(String artifactType)

        The type of the artifact.

        Parameters:
        artifactType - The type of the artifact.
      • getArtifactType

        public String getArtifactType()

        The type of the artifact.

        Returns:
        The type of the artifact.
      • withArtifactType

        public ArtifactSummary withArtifactType(String artifactType)

        The type of the artifact.

        Parameters:
        artifactType - The type of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the artifact was created.

        Parameters:
        creationTime - When the artifact was created.
      • getCreationTime

        public Date getCreationTime()

        When the artifact was created.

        Returns:
        When the artifact was created.
      • withCreationTime

        public ArtifactSummary withCreationTime(Date creationTime)

        When the artifact was created.

        Parameters:
        creationTime - When the artifact was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        When the artifact was last modified.

        Parameters:
        lastModifiedTime - When the artifact was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        When the artifact was last modified.

        Returns:
        When the artifact was last modified.
      • withLastModifiedTime

        public ArtifactSummary withLastModifiedTime(Date lastModifiedTime)

        When the artifact was last modified.

        Parameters:
        lastModifiedTime - When the artifact was last modified.
        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 によって変換されたページ (->オリジナル) /