Class LineageGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LineageGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class LineageGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLineageGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineageGroupSummary.Builderbuilder()InstantcreationTime()The creation time of the lineage group summary.StringdisplayName()The display name of the lineage group summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()The last modified time of the lineage group summary.StringlineageGroupArn()The Amazon Resource Name (ARN) of the lineage group resource.StringlineageGroupName()The name or Amazon Resource Name (ARN) of the lineage group.List<SdkField<?>>sdkFields()static Class<? extends LineageGroupSummary.Builder>serializableBuilderClass()LineageGroupSummary.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
-
lineageGroupArn
public final String lineageGroupArn()
The Amazon Resource Name (ARN) of the lineage group resource.
- Returns:
- The Amazon Resource Name (ARN) of the lineage group resource.
-
lineageGroupName
public final String lineageGroupName()
The name or Amazon Resource Name (ARN) of the lineage group.
- Returns:
- The name or Amazon Resource Name (ARN) of the lineage group.
-
displayName
public final String displayName()
The display name of the lineage group summary.
- Returns:
- The display name of the lineage group summary.
-
creationTime
public final Instant creationTime()
The creation time of the lineage group summary.
- Returns:
- The creation time of the lineage group summary.
-
lastModifiedTime
public final Instant lastModifiedTime()
The last modified time of the lineage group summary.
- Returns:
- The last modified time of the lineage group summary.
-
toBuilder
public LineageGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
-
builder
public static LineageGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LineageGroupSummary.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.
-
-