AWS SDK for Kotlin
Toggle table of contents
1.5.102
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
CustomizationType
Customization
Type
sealed
class
CustomizationType
Inheritors
ContinuedPreTraining
Distillation
FineTuning
Imported
ReinforcementFineTuning
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continued
Pre
Training
Link copied to clipboard
object
ContinuedPreTraining
:
CustomizationType
Distillation
Link copied to clipboard
object
Distillation
:
CustomizationType
Fine
Tuning
Link copied to clipboard
object
FineTuning
:
CustomizationType
Imported
Link copied to clipboard
object
Imported
:
CustomizationType
Reinforcement
Fine
Tuning
Link copied to clipboard
object
ReinforcementFineTuning
:
CustomizationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomizationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String