Class AssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssociationSummary.Builder,AssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class AssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationSummary.Builder,AssociationSummary>
Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationEdgeTypeassociationType()The type of the association.StringassociationTypeAsString()The type of the association.static AssociationSummary.Builderbuilder()UserContextcreatedBy()Returns the value of the CreatedBy property for this object.InstantcreationTime()When the association was created.StringdestinationArn()The Amazon Resource Name (ARN) of the destination.StringdestinationName()The name of the destination.StringdestinationType()The destination type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssociationSummary.Builder>serializableBuilderClass()StringsourceArn()The ARN of the source.StringsourceName()The name of the source.StringsourceType()The source type.AssociationSummary.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
-
sourceArn
public final String sourceArn()
The ARN of the source.
- Returns:
- The ARN of the source.
-
destinationArn
public final String destinationArn()
The Amazon Resource Name (ARN) of the destination.
- Returns:
- The Amazon Resource Name (ARN) of the destination.
-
sourceType
public final String sourceType()
The source type.
- Returns:
- The source type.
-
destinationType
public final String destinationType()
The destination type.
- Returns:
- The destination type.
-
associationType
public final AssociationEdgeType associationType()
The type of the association.
If the service returns an enum value that is not available in the current SDK version,
associationTypewill returnAssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromassociationTypeAsString().- Returns:
- The type of the association.
- See Also:
AssociationEdgeType
-
associationTypeAsString
public final String associationTypeAsString()
The type of the association.
If the service returns an enum value that is not available in the current SDK version,
associationTypewill returnAssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromassociationTypeAsString().- Returns:
- The type of the association.
- See Also:
AssociationEdgeType
-
sourceName
public final String sourceName()
The name of the source.
- Returns:
- The name of the source.
-
destinationName
public final String destinationName()
The name of the destination.
- Returns:
- The name of the destination.
-
creationTime
public final Instant creationTime()
When the association was created.
- Returns:
- When the association was created.
-
createdBy
public final UserContext createdBy()
Returns the value of the CreatedBy property for this object.- Returns:
- The value of the CreatedBy property for this object.
-
toBuilder
public AssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociationSummary.Builder,AssociationSummary>
-
builder
public static AssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociationSummary.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.
-
-