Vertex AI v1beta1 API - Class ExampleStore (1.0.0-beta24)

public sealed class ExampleStore : IMessage<ExampleStore>, IEquatable<ExampleStore>, IDeepCloneable<ExampleStore>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ExampleStore.

Represents an executable service to manage and retrieve examples.

Inheritance

object > ExampleStore

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExampleStore()

public ExampleStore()

ExampleStore(ExampleStore)

public ExampleStore(ExampleStore other)
Parameter
Name Description
other ExampleStore

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this ExampleStore was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. Description of the ExampleStore.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Required. Display name of the ExampleStore.

Property Value
Type Description
string

ExampleStoreConfig

public ExampleStoreConfig ExampleStoreConfig { get; set; }

Required. Example Store config.

Property Value
Type Description
ExampleStoreConfig

ExampleStoreName

public ExampleStoreName ExampleStoreName { get; set; }

ExampleStoreName-typed view over the Name resource name property.

Property Value
Type Description
ExampleStoreName

Name

public string Name { get; set; }

Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
Type Description
Timestamp