AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
AssociationEdgeType
Association
Edge
Type
sealed
class
AssociationEdgeType
Inheritors
AssociatedWith
ContributedTo
DerivedFrom
Produced
SameAs
SdkUnknown
Members
Types
Associated
With
Link copied to clipboard
object
AssociatedWith
:
AssociationEdgeType
Companion
Link copied to clipboard
object
Companion
Contributed
To
Link copied to clipboard
object
ContributedTo
:
AssociationEdgeType
Derived
From
Link copied to clipboard
object
DerivedFrom
:
AssociationEdgeType
Produced
Link copied to clipboard
object
Produced
:
AssociationEdgeType
Same
As
Link copied to clipboard
object
SameAs
:
AssociationEdgeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociationEdgeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String