Uses of Class
com.google.genai.types.CancelTuningJobConfig
Packages that use CancelTuningJobConfig
-
Uses of CancelTuningJobConfig in com.google.genai
Methods in com.google.genai with parameters of type CancelTuningJobConfigModifier and TypeMethodDescriptionAsyncTunings.cancel
(String name, CancelTuningJobConfig config) Asynchronously cancels a tuning job resource.void
Tunings.cancel
(String name, CancelTuningJobConfig config) Cancels a tuning job resource. -
Uses of CancelTuningJobConfig in com.google.genai.types
Methods in com.google.genai.types that return CancelTuningJobConfigModifier and TypeMethodDescriptionabstract CancelTuningJobConfig
CancelTuningJobConfig.Builder.build()
static CancelTuningJobConfig
Deserializes a JSON string to a CancelTuningJobConfig object.Methods in com.google.genai.types that return types with arguments of type CancelTuningJobConfigModifier and TypeMethodDescriptionabstract Optional<CancelTuningJobConfig>
CancelTuningJobParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type CancelTuningJobConfigModifier and TypeMethodDescriptionabstract CancelTuningJobParameters.Builder
CancelTuningJobParameters.Builder.config
(CancelTuningJobConfig config) Setter for config.