Google Cloud Ai Platform V1 Client - Class Header (1.54.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
Name Description
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<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
Type Description
string

setEntityType

The resource name of the EntityType from the ReadFeatureValuesRequest.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getFeatureDescriptors

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

Returns
Type Description
Google\Protobuf\RepeatedField<FeatureDescriptor>

setFeatureDescriptors

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

Parameter
Name Description
var array<FeatureDescriptor>
Returns
Type Description
$this