public interface ExamplesOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCrowdingCount()
The number of neighbors to return that have the same crowding tag.
|
ExamplesOverride.DataFormat |
getDataFormat()
The format of the data being provided with each call.
|
int |
getDataFormatValue()
The format of the data being provided with each call.
|
int |
getNeighborCount()
The number of neighbors to return.
|
ExamplesRestrictionsNamespace |
getRestrictions(int index)
Restrict the resulting nearest neighbors to respect these constraints.
|
int |
getRestrictionsCount()
Restrict the resulting nearest neighbors to respect these constraints.
|
List<ExamplesRestrictionsNamespace> |
getRestrictionsList()
Restrict the resulting nearest neighbors to respect these constraints.
|
ExamplesRestrictionsNamespaceOrBuilder |
getRestrictionsOrBuilder(int index)
Restrict the resulting nearest neighbors to respect these constraints.
|
List<? extends ExamplesRestrictionsNamespaceOrBuilder> |
getRestrictionsOrBuilderList()
Restrict the resulting nearest neighbors to respect these constraints.
|
boolean |
getReturnEmbeddings()
If true, return the embeddings instead of neighbors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNeighborCount()
The number of neighbors to return.
int32 neighbor_count = 1;int getCrowdingCount()
The number of neighbors to return that have the same crowding tag.
int32 crowding_count = 2;List<ExamplesRestrictionsNamespace> getRestrictionsList()
Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
ExamplesRestrictionsNamespace getRestrictions(int index)
Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
int getRestrictionsCount()
Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
List<? extends ExamplesRestrictionsNamespaceOrBuilder> getRestrictionsOrBuilderList()
Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
ExamplesRestrictionsNamespaceOrBuilder getRestrictionsOrBuilder(int index)
Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
boolean getReturnEmbeddings()
If true, return the embeddings instead of neighbors.
bool return_embeddings = 4;int getDataFormatValue()
The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;ExamplesOverride.DataFormat getDataFormat()
The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;Copyright © 2024 Google LLC. All rights reserved.