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
/
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