Class GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileInputGcsBucket
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.
Declaration
[JsonProperty("fileInputGcsBucket")]
public virtual string FileInputGcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
FileOutputGcsBucket
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.
Declaration
[JsonProperty("fileOutputGcsBucket")]
public virtual string FileOutputGcsBucket { get; set; }
Property Value
Type | Description |
---|---|
string |