- 3.79.0 (latest)
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class ExamplesOverride.Builder extends GeneratedMessageV3.Builder<ExamplesOverride.Builder> implements ExamplesOverrideOrBuilderOverrides for example-based explanations.
Protobuf type google.cloud.aiplatform.v1.ExamplesOverride
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExamplesOverride.BuilderImplements
ExamplesOverrideOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllRestrictions(Iterable<? extends ExamplesRestrictionsNamespace> values)
public ExamplesOverride.Builder addAllRestrictions(Iterable<? extends ExamplesRestrictionsNamespace> values)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| values | Iterable<? extends com.google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace> |
| Type | Description |
| ExamplesOverride.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExamplesOverride.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExamplesOverride.Builder |
addRestrictions(ExamplesRestrictionsNamespace value)
public ExamplesOverride.Builder addRestrictions(ExamplesRestrictionsNamespace value)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| value | ExamplesRestrictionsNamespace |
| Type | Description |
| ExamplesOverride.Builder |
addRestrictions(ExamplesRestrictionsNamespace.Builder builderForValue)
public ExamplesOverride.Builder addRestrictions(ExamplesRestrictionsNamespace.Builder builderForValue)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| builderForValue | ExamplesRestrictionsNamespace.Builder |
| Type | Description |
| ExamplesOverride.Builder |
addRestrictions(int index, ExamplesRestrictionsNamespace value)
public ExamplesOverride.Builder addRestrictions(int index, ExamplesRestrictionsNamespace value)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| value | ExamplesRestrictionsNamespace |
| Type | Description |
| ExamplesOverride.Builder |
addRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue)
public ExamplesOverride.Builder addRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| builderForValue | ExamplesRestrictionsNamespace.Builder |
| Type | Description |
| ExamplesOverride.Builder |
addRestrictionsBuilder()
public ExamplesRestrictionsNamespace.Builder addRestrictionsBuilder()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| ExamplesRestrictionsNamespace.Builder |
addRestrictionsBuilder(int index)
public ExamplesRestrictionsNamespace.Builder addRestrictionsBuilder(int index)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| Type | Description |
| ExamplesRestrictionsNamespace.Builder |
build()
public ExamplesOverride build()| Type | Description |
| ExamplesOverride |
buildPartial()
public ExamplesOverride buildPartial()| Type | Description |
| ExamplesOverride |
clear()
public ExamplesOverride.Builder clear()| Type | Description |
| ExamplesOverride.Builder |
clearCrowdingCount()
public ExamplesOverride.Builder clearCrowdingCount()The number of neighbors to return that have the same crowding tag.
int32 crowding_count = 2;
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
clearDataFormat()
public ExamplesOverride.Builder clearDataFormat()The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ExamplesOverride.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ExamplesOverride.Builder |
clearNeighborCount()
public ExamplesOverride.Builder clearNeighborCount()The number of neighbors to return.
int32 neighbor_count = 1;
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExamplesOverride.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ExamplesOverride.Builder |
clearRestrictions()
public ExamplesOverride.Builder clearRestrictions()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| ExamplesOverride.Builder |
clearReturnEmbeddings()
public ExamplesOverride.Builder clearReturnEmbeddings()If true, return the embeddings instead of neighbors.
bool return_embeddings = 4;
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
clone()
public ExamplesOverride.Builder clone()| Type | Description |
| ExamplesOverride.Builder |
getCrowdingCount()
public int getCrowdingCount()The number of neighbors to return that have the same crowding tag.
int32 crowding_count = 2;
| Type | Description |
| int | The crowdingCount. |
getDataFormat()
public ExamplesOverride.DataFormat getDataFormat()The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;
| Type | Description |
| ExamplesOverride.DataFormat | The dataFormat. |
getDataFormatValue()
public int getDataFormatValue()The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;
| Type | Description |
| int | The enum numeric value on the wire for dataFormat. |
getDefaultInstanceForType()
public ExamplesOverride getDefaultInstanceForType()| Type | Description |
| ExamplesOverride |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNeighborCount()
public int getNeighborCount()The number of neighbors to return.
int32 neighbor_count = 1;
| Type | Description |
| int | The neighborCount. |
getRestrictions(int index)
public ExamplesRestrictionsNamespace getRestrictions(int index)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| Type | Description |
| ExamplesRestrictionsNamespace |
getRestrictionsBuilder(int index)
public ExamplesRestrictionsNamespace.Builder getRestrictionsBuilder(int index)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| Type | Description |
| ExamplesRestrictionsNamespace.Builder |
getRestrictionsBuilderList()
public List<ExamplesRestrictionsNamespace.Builder> getRestrictionsBuilderList()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| List<Builder> |
getRestrictionsCount()
public int getRestrictionsCount()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| int |
getRestrictionsList()
public List<ExamplesRestrictionsNamespace> getRestrictionsList()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| List<ExamplesRestrictionsNamespace> |
getRestrictionsOrBuilder(int index)
public ExamplesRestrictionsNamespaceOrBuilder getRestrictionsOrBuilder(int index)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| Type | Description |
| ExamplesRestrictionsNamespaceOrBuilder |
getRestrictionsOrBuilderList()
public List<? extends ExamplesRestrictionsNamespaceOrBuilder> getRestrictionsOrBuilderList()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.ExamplesRestrictionsNamespaceOrBuilder> |
getReturnEmbeddings()
public boolean getReturnEmbeddings()If true, return the embeddings instead of neighbors.
bool return_embeddings = 4;
| Type | Description |
| boolean | The returnEmbeddings. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ExamplesOverride other)
public ExamplesOverride.Builder mergeFrom(ExamplesOverride other)| Name | Description |
| other | ExamplesOverride |
| Type | Description |
| ExamplesOverride.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExamplesOverride.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ExamplesOverride.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ExamplesOverride.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ExamplesOverride.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExamplesOverride.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExamplesOverride.Builder |
removeRestrictions(int index)
public ExamplesOverride.Builder removeRestrictions(int index)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| Type | Description |
| ExamplesOverride.Builder |
setCrowdingCount(int value)
public ExamplesOverride.Builder setCrowdingCount(int value)The number of neighbors to return that have the same crowding tag.
int32 crowding_count = 2;
| Name | Description |
| value | intThe crowdingCount to set. |
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
setDataFormat(ExamplesOverride.DataFormat value)
public ExamplesOverride.Builder setDataFormat(ExamplesOverride.DataFormat value)The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;
| Name | Description |
| value | ExamplesOverride.DataFormatThe dataFormat to set. |
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
setDataFormatValue(int value)
public ExamplesOverride.Builder setDataFormatValue(int value)The format of the data being provided with each call.
.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat data_format = 5;
| Name | Description |
| value | intThe enum numeric value on the wire for dataFormat to set. |
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ExamplesOverride.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExamplesOverride.Builder |
setNeighborCount(int value)
public ExamplesOverride.Builder setNeighborCount(int value)The number of neighbors to return.
int32 neighbor_count = 1;
| Name | Description |
| value | intThe neighborCount to set. |
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExamplesOverride.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ExamplesOverride.Builder |
setRestrictions(int index, ExamplesRestrictionsNamespace value)
public ExamplesOverride.Builder setRestrictions(int index, ExamplesRestrictionsNamespace value)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| value | ExamplesRestrictionsNamespace |
| Type | Description |
| ExamplesOverride.Builder |
setRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue)
public ExamplesOverride.Builder setRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue)Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| index | int |
| builderForValue | ExamplesRestrictionsNamespace.Builder |
| Type | Description |
| ExamplesOverride.Builder |
setReturnEmbeddings(boolean value)
public ExamplesOverride.Builder setReturnEmbeddings(boolean value)If true, return the embeddings instead of neighbors.
bool return_embeddings = 4;
| Name | Description |
| value | booleanThe returnEmbeddings to set. |
| Type | Description |
| ExamplesOverride.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExamplesOverride.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExamplesOverride.Builder |