Uses of Class
com.google.cloud.aiplatform.v1.ExamplesOverride.Builder
Packages that use ExamplesOverride.Builder
-
Uses of ExamplesOverride.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExamplesOverride.BuilderModifier and TypeMethodDescriptionExamplesOverride.Builder.addAllRestrictions(Iterable<? extends ExamplesRestrictionsNamespace> values) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.addRestrictions(int index, ExamplesRestrictionsNamespace value) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.addRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.addRestrictions(ExamplesRestrictionsNamespace value) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.addRestrictions(ExamplesRestrictionsNamespace.Builder builderForValue) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.clear()ExamplesOverride.Builder.clearCrowdingCount()The number of neighbors to return that have the same crowding tag.ExamplesOverride.Builder.clearDataFormat()The format of the data being provided with each call.ExamplesOverride.Builder.clearNeighborCount()The number of neighbors to return.ExamplesOverride.Builder.clearRestrictions()Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.clearReturnEmbeddings()If true, return the embeddings instead of neighbors.ExplanationSpecOverride.Builder.getExamplesOverrideBuilder()The example-based explanations parameter overrides.ExamplesOverride.Builder.mergeFrom(ExamplesOverride other) ExamplesOverride.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExamplesOverride.Builder.mergeFrom(com.google.protobuf.Message other) static ExamplesOverride.BuilderExamplesOverride.newBuilder()static ExamplesOverride.BuilderExamplesOverride.newBuilder(ExamplesOverride prototype) ExamplesOverride.newBuilderForType()protected ExamplesOverride.BuilderExamplesOverride.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExamplesOverride.Builder.removeRestrictions(int index) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.setCrowdingCount(int value) The number of neighbors to return that have the same crowding tag.ExamplesOverride.Builder.setDataFormat(ExamplesOverride.DataFormat value) The format of the data being provided with each call.ExamplesOverride.Builder.setDataFormatValue(int value) The format of the data being provided with each call.ExamplesOverride.Builder.setNeighborCount(int value) The number of neighbors to return.ExamplesOverride.Builder.setRestrictions(int index, ExamplesRestrictionsNamespace value) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.setRestrictions(int index, ExamplesRestrictionsNamespace.Builder builderForValue) Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder.setReturnEmbeddings(boolean value) If true, return the embeddings instead of neighbors.ExamplesOverride.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExamplesOverride.BuilderModifier and TypeMethodDescriptionExplanationSpecOverride.Builder.setExamplesOverride(ExamplesOverride.Builder builderForValue) The example-based explanations parameter overrides.