public static final class ExamplesOverride.Builder extends GeneratedMessageV3.Builder<ExamplesOverride.Builder> implements ExamplesOverrideOrBuilderOverrides for example-based explanations.
Protobuf type google.cloud.aiplatform.v1beta1.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.v1beta1.ExamplesRestrictionsNamespace restrictions = 3;
| Name | Description |
| values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| List<Builder> |
getRestrictionsCount()
public int getRestrictionsCount()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1beta1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| int |
getRestrictionsList()
public List<ExamplesRestrictionsNamespace> getRestrictionsList()Restrict the resulting nearest neighbors to respect these constraints.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.ExamplesRestrictionsNamespace restrictions = 3;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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 |