Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::Header (v0.15.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::Header.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type

def entity_type() -> ::String
Returns
  • (::String) — The resource name of the EntityType from the ReadFeatureValuesRequest. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

#entity_type=

def entity_type=(value) -> ::String
Parameter
  • value (::String) — The resource name of the EntityType from the ReadFeatureValuesRequest. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.
Returns
  • (::String) — The resource name of the EntityType from the ReadFeatureValuesRequest. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

#feature_descriptors

def feature_descriptors() -> ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::FeatureDescriptor>
Returns

#feature_descriptors=

def feature_descriptors=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::FeatureDescriptor>
Parameter
Returns