Class NearestNeighborQuery.Embedding.Builder (3.88.0)

public static final class NearestNeighborQuery.Embedding.Builder extends GeneratedMessage.Builder<NearestNeighborQuery.Embedding.Builder> implements NearestNeighborQuery.EmbeddingOrBuilder

The embedding vector.

Protobuf type google.cloud.aiplatform.v1.NearestNeighborQuery.Embedding

Static 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 float

The 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
Overrides

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
Overrides

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 int

The 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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 int

The index to set the value at.

value float

The value to set.

Returns
Type Description
NearestNeighborQuery.Embedding.Builder

This builder for chaining.