View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader (google_api_ai_platform v0.13.0)
Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.
Attributes
-
entityType
(type:String.t
, default:nil
) - The resource name of the EntityType from the ReadFeatureValuesRequest. Value format:projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
. -
featureDescriptors
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor.t)
, default:nil
) - List of Feature metadata corresponding to each piece of ReadFeatureValuesResponse.EntityView.data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader{ entityType: String.t() | nil, featureDescriptors: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.