Class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata
Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceId
The Cloud Bigtable instance id.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TableId
The Cloud Bigtable table id.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantProjectId
Tenant project ID.
Declaration
[JsonProperty("tenantProjectId")]
public virtual string TenantProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |