Google Cloud Ai Platform V1 Client - Class Header (0.25.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Header.

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

Generated from protobuf message google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header

Namespace

Google \ Cloud \ AIPlatform \ V1 \ ReadFeatureValuesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entity_type string

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

↳ feature_descriptors array<Google\Cloud\AIPlatform\V1\ReadFeatureValuesResponse\FeatureDescriptor>

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

getEntityType

The resource name of the EntityType from the ReadFeatureValuesRequest.

Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

Returns
TypeDescription
string

setEntityType

The resource name of the EntityType from the ReadFeatureValuesRequest.

Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFeatureDescriptors

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFeatureDescriptors

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

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\ReadFeatureValuesResponse\FeatureDescriptor>
Returns
TypeDescription
$this