Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1Example

Inheritance
object
GoogleCloudAiplatformV1beta1Example
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 GoogleCloudAiplatformV1beta1Example : 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 Example was created.

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

DisplayName

Optional. The display name for Example.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExampleId

Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated.

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

StoredContentsExample

An example of chat history and its expected outcome to be used with GenerateContent.

Declaration
[JsonProperty("storedContentsExample")]
public virtual GoogleCloudAiplatformV1beta1StoredContentsExample StoredContentsExample { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1StoredContentsExample

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX