public sealed class Example : IMessage<Example>, IEquatable<Example>, IDeepCloneable<Example>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Example.
A single example to upload or read from the Example Store.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Example()
public Example()Example(Example)
public Example(Example other)| Parameter | |
|---|---|
| Name | Description |
other |
Example |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when this Example was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Optional. The display name for Example.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExampleId
public string ExampleId { get; set; }Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExampleTypeCase
public Example.ExampleTypeOneofCase ExampleTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExampleExampleTypeOneofCase |
|
StoredContentsExample
public StoredContentsExample StoredContentsExample { get; set; }An example of chat history and its expected outcome to be used with GenerateContent.
| Property Value | |
|---|---|
| Type | Description |
StoredContentsExample |
|