Class GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader
Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.
Implements
Inherited Members
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> |