Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1Extension

Extensions are tools for large language models to access external data, run computations, etc.

Inheritance
object
GoogleCloudAiplatformV1beta1Extension
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 GoogleCloudAiplatformV1beta1Extension : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp when this Extension was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. The description of the Extension.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Required. The display name of the Extension. The name can be up to 128 characters long and can consist of any UTF-8 characters.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtensionOperations

Output only. Supported operations.

Declaration
[JsonProperty("extensionOperations")]
public virtual IList<GoogleCloudAiplatformV1beta1ExtensionOperation> ExtensionOperations { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1ExtensionOperation>

Manifest

Required. Manifest of the Extension.

Declaration
[JsonProperty("manifest")]
public virtual GoogleCloudAiplatformV1beta1ExtensionManifest Manifest { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExtensionManifest

Name

Identifier. The resource name of the Extension.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PrivateServiceConnectConfig

Optional. The PrivateServiceConnect config for the extension. If specified, the service endpoints associated with the Extension should be registered with private network access in the provided Service Directory. If the service contains more than one endpoint with a network, the service will arbitrarilty choose one of the endpoints to use for extension execution.

Declaration
[JsonProperty("privateServiceConnectConfig")]
public virtual GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig PrivateServiceConnectConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig

RuntimeConfig

Optional. Runtime config controlling the runtime behavior of this Extension.

Declaration
[JsonProperty("runtimeConfig")]
public virtual GoogleCloudAiplatformV1beta1RuntimeConfig RuntimeConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RuntimeConfig

SatisfiesPzi

Output only. Reserved for future use.

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Output only. Reserved for future use.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

ToolUseExamples

Optional. Examples to illustrate the usage of the extension as a tool.

Declaration
[JsonProperty("toolUseExamples")]
public virtual IList<GoogleCloudAiplatformV1beta1ToolUseExample> ToolUseExamples { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1ToolUseExample>

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Timestamp when this Extension was most recently updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX