Class ArtifactSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ArtifactSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
@Generated("software.amazon.awssdk:codegen") public final class ArtifactSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArtifactSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactArn()The Amazon Resource Name (ARN) of the artifact.StringartifactName()The name of the artifact.StringartifactType()The type of the artifact.static ArtifactSummary.Builderbuilder()InstantcreationTime()When the artifact was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()When the artifact was last modified.List<SdkField<?>>sdkFields()static Class<? extends ArtifactSummary.Builder>serializableBuilderClass()ArtifactSourcesource()The source of the artifact.ArtifactSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
artifactArn
public final String artifactArn()
The Amazon Resource Name (ARN) of the artifact.
- Returns:
- The Amazon Resource Name (ARN) of the artifact.
-
artifactName
public final String artifactName()
The name of the artifact.
- Returns:
- The name of the artifact.
-
source
public final ArtifactSource source()
The source of the artifact.
- Returns:
- The source of the artifact.
-
artifactType
public final String artifactType()
The type of the artifact.
- Returns:
- The type of the artifact.
-
creationTime
public final Instant creationTime()
When the artifact was created.
- Returns:
- When the artifact was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
When the artifact was last modified.
- Returns:
- When the artifact was last modified.
-
toBuilder
public ArtifactSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
-
builder
public static ArtifactSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArtifactSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final 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.
-
-