Cloud AI Platform v1 API - Class ReadFeatureValuesResponse.Types.Header (2.27.0)

public sealed class ReadFeatureValuesResponse.Types.Header : IMessage<ReadFeatureValuesResponse.Types.Header>, IEquatable<ReadFeatureValuesResponse.Types.Header>, IDeepCloneable<ReadFeatureValuesResponse.Types.Header>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadFeatureValuesResponse.Types.Header.

Response header with metadata for the requested [ReadFeatureValuesRequest.entity_type][google.cloud.aiplatform.v1.ReadFeatureValuesRequest.entity_type] and Features.

Inheritance

object > ReadFeatureValuesResponse.Types.Header

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Header()

public Header()

Header(Header)

public Header(ReadFeatureValuesResponse.Types.Header other)
Parameter
NameDescription
otherReadFeatureValuesResponseTypesHeader

Properties

EntityType

public string EntityType { get; set; }

The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest]. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

Property Value
TypeDescription
string

FeatureDescriptors

public RepeatedField<ReadFeatureValuesResponse.Types.FeatureDescriptor> FeatureDescriptors { get; }

List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].

Property Value
TypeDescription
RepeatedFieldReadFeatureValuesResponseTypesFeatureDescriptor