| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LineageType |
LineageType.fromValue(String value)
Use this in place of valueOf.
|
static LineageType |
LineageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineageType[] |
LineageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.withLineageType(LineageType lineageType)
The type of resource of the lineage entity.
|
QueryFilters |
QueryFilters.withLineageTypes(LineageType... lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
Copyright © 2024. All rights reserved.