Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig

Inheritance
object
GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX