Reference documentation and code samples for the Google Cloud Vector Search V1 Client class OutputFields.
Defines a output fields struct for data in DataObject.
Generated from protobuf message google.cloud.vectorsearch.v1.OutputFields
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_fields
array
Optional. The fields from the data fields to include in the output.
↳ vector_fields
array
Optional. The fields from the vector fields to include in the output.
↳ metadata_fields
array
Optional. The fields from the DataObject metadata to include in the output.
getDataFields
Optional. The fields from the data fields to include in the output.
setDataFields
Optional. The fields from the data fields to include in the output.
var
string[]
$this
getVectorFields
Optional. The fields from the vector fields to include in the output.
setVectorFields
Optional. The fields from the vector fields to include in the output.
var
string[]
$this
getMetadataFields
Optional. The fields from the DataObject metadata to include in the output.
setMetadataFields
Optional. The fields from the DataObject metadata to include in the output.
var
string[]
$this

