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 interface
AssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationEdgeType
associationType()
The type of the association.String
associationTypeAsString()
The type of the association.static AssociationSummary.Builder
builder()
UserContext
createdBy()
Returns the value of the CreatedBy property for this object.Instant
creationTime()
When the association was created.String
destinationArn()
The Amazon Resource Name (ARN) of the destination.String
destinationName()
The name of the destination.String
destinationType()
The destination type.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AssociationSummary.Builder>
serializableBuilderClass()
String
sourceArn()
The ARN of the source.String
sourceName()
The name of the source.String
sourceType()
The source type.AssociationSummary.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
-
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,
associationType
will 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,
associationType
will 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:
toBuilder
in 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:
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
-
-