toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
GetTuningJobParameters
Get
Tuning
Job
Parameters
@
Serializable
data
class
GetTuningJobParameters
(
val
name
:
String
?
=
null
,
val
config
:
GetTuningJobConfig
?
=
null
)
Parameters for the get method.
Members
Constructors
Get
Tuning
Job
Parameters
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
config
:
GetTuningJobConfig
?
=
null
)
Properties
config
Link copied to clipboard
val
config
:
GetTuningJobConfig
?
=
null
Optional parameters for the request.
name
Link copied to clipboard
val
name
:
String
?
=
null