toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
RecommendationJobSupportedEndpointType
Recommendation
Job
Supported
Endpoint
Type
sealed
class
RecommendationJobSupportedEndpointType
Inheritors
Realtime
Serverless
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Realtime
Link copied to clipboard
object
Realtime
:
RecommendationJobSupportedEndpointType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendationJobSupportedEndpointType
Serverless
Link copied to clipboard
object
Serverless
:
RecommendationJobSupportedEndpointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String