toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
DeleteModelConfig
Delete
Model
Config
@
Serializable
data
class
DeleteModelConfig
(
val
httpOptions
:
HttpOptions
?
=
null
)
Configuration for deleting a tuned model.
Members
Constructors
Delete
Model
Config
Link copied to clipboard
constructor
(
httpOptions
:
HttpOptions
?
=
null
)
Properties
http
Options
Link copied to clipboard
val
httpOptions
:
HttpOptions
?
=
null
Used to override HTTP request options.