| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationEdgeType |
Edge.associationType()
The type of the Association(Edge) between the source and destination.
|
AssociationEdgeType |
AssociationSummary.associationType()
The type of the association.
|
AssociationEdgeType |
AddAssociationRequest.associationType()
The type of association.
|
AssociationEdgeType |
ListAssociationsRequest.associationType()
A filter that returns only associations of the specified type.
|
static AssociationEdgeType |
AssociationEdgeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AssociationEdgeType> |
AssociationEdgeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Edge.Builder |
Edge.Builder.associationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination.
|
AssociationSummary.Builder |
AssociationSummary.Builder.associationType(AssociationEdgeType associationType)
The type of the association.
|
AddAssociationRequest.Builder |
AddAssociationRequest.Builder.associationType(AssociationEdgeType associationType)
The type of association.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associationType(AssociationEdgeType associationType)
A filter that returns only associations of the specified type.
|
Copyright © 2022. All rights reserved.