Google Cloud Ai Platform V1 Client - Class PassThroughField (0.15.0)

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

Describe pass-through fields in read_instance source.

Generated from protobuf message google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.PassThroughField

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ field_name string

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

getFieldName

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

Returns
TypeDescription
string

setFieldName

Required. The name of the field in the CSV header or the name of the column in BigQuery table. The naming restriction is the same as Feature.name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this