public static final class NearestNeighborQuery.Embedding.Builder extends GeneratedMessage.Builder<NearestNeighborQuery.Embedding.Builder> implements NearestNeighborQuery.EmbeddingOrBuilderThe embedding vector.
Protobuf type google.cloud.aiplatform.v1.NearestNeighborQuery.Embedding
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NearestNeighborQuery.Embedding.BuilderImplements
NearestNeighborQuery.EmbeddingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllValue(Iterable<? extends Float> values)
public NearestNeighborQuery.Embedding.Builder addAllValue(Iterable<? extends Float> values)Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends java.lang.Float>The value to add. |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
This builder for chaining. |
addValue(float value)
public NearestNeighborQuery.Embedding.Builder addValue(float value)Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe value to add. |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
This builder for chaining. |
build()
public NearestNeighborQuery.Embedding build()| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding |
|
buildPartial()
public NearestNeighborQuery.Embedding buildPartial()| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding |
|
clear()
public NearestNeighborQuery.Embedding.Builder clear()| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
|
clearValue()
public NearestNeighborQuery.Embedding.Builder clearValue()Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public NearestNeighborQuery.Embedding getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getValue(int index)
public float getValue(int index)Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
float |
The value at the given index. |
getValueCount()
public int getValueCount()Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of value. |
getValueList()
public List<Float> getValueList()Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Float> |
A list containing the value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(NearestNeighborQuery.Embedding other)
public NearestNeighborQuery.Embedding.Builder mergeFrom(NearestNeighborQuery.Embedding other)| Parameter | |
|---|---|
| Name | Description |
other |
NearestNeighborQuery.Embedding |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NearestNeighborQuery.Embedding.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NearestNeighborQuery.Embedding.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
|
setValue(int index, float value)
public NearestNeighborQuery.Embedding.Builder setValue(int index, float value)Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
floatThe value to set. |
| Returns | |
|---|---|
| Type | Description |
NearestNeighborQuery.Embedding.Builder |
This builder for chaining. |