Show / Hide Table of Contents

Class GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec

Selects Features of an EntityType to read values of and specifies read settings.

Inheritance
object
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec : 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 GoogleCloudAiplatformV1FeatureSelector FeatureSelector { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureSelector

Settings

Per-Feature settings for the batch read.

Declaration
[JsonProperty("settings")]
public virtual IList<GoogleCloudAiplatformV1DestinationFeatureSetting> Settings { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1DestinationFeatureSetting>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX