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 interface
ArtifactSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
artifactArn()
The Amazon Resource Name (ARN) of the artifact.String
artifactName()
The name of the artifact.String
artifactType()
The type of the artifact.static ArtifactSummary.Builder
builder()
Instant
creationTime()
When the artifact was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModifiedTime()
When the artifact was last modified.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ArtifactSummary.Builder>
serializableBuilderClass()
ArtifactSource
source()
The source of the artifact.ArtifactSummary.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-