Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::OutputFields.
Defines a output fields struct for data in DataObject.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_fields
def data_fields() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The fields from the data fields to include in the output.
#data_fields=
def data_fields=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The fields from the data fields to include in the output.
Returns
- (::Array<::String>) — Optional. The fields from the data fields to include in the output.
#metadata_fields
def metadata_fields() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The fields from the DataObject metadata to include in the output.
#metadata_fields=
def metadata_fields=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The fields from the DataObject metadata to include in the output.
Returns
- (::Array<::String>) — Optional. The fields from the DataObject metadata to include in the output.
#vector_fields
def vector_fields() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The fields from the vector fields to include in the output.
#vector_fields=
def vector_fields=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The fields from the vector fields to include in the output.
Returns
- (::Array<::String>) — Optional. The fields from the vector fields to include in the output.