toJson method
Implementation
@override
Object toJson() => {
'codeInterpreterRuntimeConfig': ?codeInterpreterRuntimeConfig?.toJson(),
'vertexAiSearchRuntimeConfig': ?vertexAiSearchRuntimeConfig?.toJson(),
'defaultParams': ?defaultParams?.toJson(),
};