public sealed class OutputFields : IMessage<OutputFields>, IEquatable<OutputFields>, IDeepCloneable<OutputFields>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class OutputFields.
Defines a output fields struct for data in DataObject.
Implements
IMessageOutputFields, IEquatableOutputFields, IDeepCloneableOutputFields, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
OutputFields()
public OutputFields()OutputFields(OutputFields)
public OutputFields(OutputFields other)| Parameter | |
|---|---|
| Name | Description |
other |
OutputFields |
Properties
DataFields
public RepeatedField<string> DataFields { get; }Optional. The fields from the data fields to include in the output.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
MetadataFields
public RepeatedField<string> MetadataFields { get; }Optional. The fields from the DataObject metadata to include in the output.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
VectorFields
public RepeatedField<string> VectorFields { get; }Optional. The fields from the vector fields to include in the output.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|