Class ExampleStore (1.100.0)

ExampleStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an executable service to manage and retrieve examples.

Attributes

Name Description
name str
Identifier. The resource name of the ExampleStore. This is a unique identifier. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
display_name str
Required. Display name of the ExampleStore.
description str
Optional. Description of the ExampleStore.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this ExampleStore was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this ExampleStore was most recently updated.
example_store_config google.cloud.aiplatform_v1beta1.types.ExampleStoreConfig
Required. Example Store config.

Methods

ExampleStore

ExampleStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an executable service to manage and retrieve examples.