| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociationEdgeType |
AssociationEdgeType.fromValue(String value)
Use this in place of valueOf.
|
static AssociationEdgeType |
AssociationEdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationEdgeType[] |
AssociationEdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationSummary |
AssociationSummary.withAssociationType(AssociationEdgeType associationType)
The type of the association.
|
ListAssociationsRequest |
ListAssociationsRequest.withAssociationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
|
AddAssociationRequest |
AddAssociationRequest.withAssociationType(AssociationEdgeType associationType)
The type of association.
|
Edge |
Edge.withAssociationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination.
|
Copyright © 2024. All rights reserved.