Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader

Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.

Inheritance
object
GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader
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 GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityType

The resource name of the EntityType from the ReadFeatureValuesRequest. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type Description
string

FeatureDescriptors

List of Feature metadata corresponding to each piece of ReadFeatureValuesResponse.EntityView.data.

Declaration
[JsonProperty("featureDescriptors")]
public virtual IList<GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor> FeatureDescriptors { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX