Class GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec
Selects Features of an EntityType to read values of and specifies read settings.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequestEntityTypeSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityTypeId
Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.
Declaration
[JsonProperty("entityTypeId")]
public virtual string EntityTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureSelector
Required. Selectors choosing which Feature values to read from the EntityType.
Declaration
[JsonProperty("featureSelector")]
public virtual GoogleCloudAiplatformV1beta1FeatureSelector FeatureSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureSelector |
Settings
Per-Feature settings for the batch read.
Declaration
[JsonProperty("settings")]
public virtual IList<GoogleCloudAiplatformV1beta1DestinationFeatureSetting> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1DestinationFeatureSetting> |