public sealed class RuntimeConfig.Types.CodeInterpreterRuntimeConfig : IMessage<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IEquatable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IDeepCloneable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IBufferMessage, IMessage
Optional. The Cloud Storage bucket for file input of this Extension.
If specified, support input from the Cloud Storage bucket.
Vertex Extension Custom Code Service Agent should be granted
file reader to this bucket.
If not specified, the extension will only accept file contents from
request body and reject Cloud Storage file inputs.
Optional. The Cloud Storage bucket for file output of this Extension.
If specified, write all output files to the Cloud Storage bucket.
Vertex Extension Custom Code Service Agent should be granted
file writer to this bucket.
If not specified, the file content will be output in response body.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCodeInterpreterRuntimeConfig\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and represents the runtime configuration for a code interpreter.\u003c/p\u003e\n"],["\u003cp\u003eThis class is the most recent iteration, versioned at \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, and a previous version \u003ccode\u003e1.0.0-beta20\u003c/code\u003e can also be accessed through the content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCodeInterpreterRuntimeConfig\u003c/code\u003e inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCodeInterpreterRuntimeConfig\u003c/code\u003e class has two constructors: one default and another that takes an existing \u003ccode\u003eCodeInterpreterRuntimeConfig\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis class has properties \u003ccode\u003eFileInputGcsBucket\u003c/code\u003e and \u003ccode\u003eFileOutputGcsBucket\u003c/code\u003e, which, respectively, define the Cloud Storage buckets for input and output files; without them defined, file content will be accepted only through the request body for input, and it will be delivered only through the response body for output.\u003c/p\u003e\n"]]],[],null,[]]