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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |