Class Vertex
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.Vertex
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Vertex.Builder,Vertex>
@Generated("software.amazon.awssdk:codegen") public final class Vertex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Vertex.Builder,Vertex>
A lineage entity connected to the starting entity(ies).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVertex.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the lineage entity resource.static Vertex.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LineageTypelineageType()The type of resource of the lineage entity.StringlineageTypeAsString()The type of resource of the lineage entity.List<SdkField<?>>sdkFields()static Class<? extends Vertex.Builder>serializableBuilderClass()Vertex.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of the lineage entity resource.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the lineage entity resource.
- Returns:
- The Amazon Resource Name (ARN) of the lineage entity resource.
-
type
public final String type()
The type of the lineage entity resource. For example:
DataSet,Model,Endpoint, etc...- Returns:
- The type of the lineage entity resource. For example:
DataSet,Model,Endpoint, etc...
-
lineageType
public final LineageType lineageType()
The type of resource of the lineage entity.
If the service returns an enum value that is not available in the current SDK version,
lineageTypewill returnLineageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlineageTypeAsString().- Returns:
- The type of resource of the lineage entity.
- See Also:
LineageType
-
lineageTypeAsString
public final String lineageTypeAsString()
The type of resource of the lineage entity.
If the service returns an enum value that is not available in the current SDK version,
lineageTypewill returnLineageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlineageTypeAsString().- Returns:
- The type of resource of the lineage entity.
- See Also:
LineageType
-
toBuilder
public Vertex.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Vertex.Builder,Vertex>
-
builder
public static Vertex.Builder builder()
-
serializableBuilderClass
public static Class<? extends Vertex.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.
-
-