Cloud AI Platform v1 API - Class BatchReadFeatureValuesRequest.Types.EntityTypeSpec (2.27.0)

public sealed class BatchReadFeatureValuesRequest.Types.EntityTypeSpec : IMessage<BatchReadFeatureValuesRequest.Types.EntityTypeSpec>, IEquatable<BatchReadFeatureValuesRequest.Types.EntityTypeSpec>, IDeepCloneable<BatchReadFeatureValuesRequest.Types.EntityTypeSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchReadFeatureValuesRequest.Types.EntityTypeSpec.

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

Inheritance

object > BatchReadFeatureValuesRequest.Types.EntityTypeSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

EntityTypeSpec()

public EntityTypeSpec()

EntityTypeSpec(EntityTypeSpec)

public EntityTypeSpec(BatchReadFeatureValuesRequest.Types.EntityTypeSpec other)
Parameter
NameDescription
otherBatchReadFeatureValuesRequestTypesEntityTypeSpec

Properties

EntityTypeId

public string EntityTypeId { get; set; }

Required. ID of the EntityType to select Features. The EntityType id is the [entity_type_id][google.cloud.aiplatform.v1.CreateEntityTypeRequest.entity_type_id] specified during EntityType creation.

Property Value
TypeDescription
string

FeatureSelector

public FeatureSelector FeatureSelector { get; set; }

Required. Selectors choosing which Feature values to read from the EntityType.

Property Value
TypeDescription
FeatureSelector

Settings

public RepeatedField<DestinationFeatureSetting> Settings { get; }

Per-Feature settings for the batch read.

Property Value
TypeDescription
RepeatedFieldDestinationFeatureSetting