Uses of Class
com.google.cloud.aiplatform.v1.Examples.Builder
Packages that use Examples.Builder
-
Uses of Examples.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Examples.BuilderModifier and TypeMethodDescriptionExamples.Builder.clear()Examples.Builder.clearConfig()Examples.Builder.clearExampleGcsSource()The Cloud Storage input instances.Examples.Builder.clearNearestNeighborSearchConfig()The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).Examples.Builder.clearNeighborCount()The number of neighbors to return when querying for examples.Examples.Builder.clearPresets()Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.Examples.Builder.clearSource()ExplanationParameters.Builder.getExamplesBuilder()Example-based explanations that returns the nearest neighbors from the provided dataset.UpdateExplanationDatasetRequest.Builder.getExamplesBuilder()The example config containing the location of the dataset.Examples.Builder.mergeExampleGcsSource(Examples.ExampleGcsSource value) The Cloud Storage input instances.Examples.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Examples.Builder.mergeFrom(com.google.protobuf.Message other) Examples.Builder.mergeNearestNeighborSearchConfig(com.google.protobuf.Value value) The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).Examples.Builder.mergePresets(Presets value) Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.static Examples.BuilderExamples.newBuilder()static Examples.BuilderExamples.newBuilder(Examples prototype) Examples.newBuilderForType()protected Examples.BuilderExamples.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Examples.Builder.setExampleGcsSource(Examples.ExampleGcsSource value) The Cloud Storage input instances.Examples.Builder.setExampleGcsSource(Examples.ExampleGcsSource.Builder builderForValue) The Cloud Storage input instances.Examples.Builder.setNearestNeighborSearchConfig(com.google.protobuf.Value value) The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).Examples.Builder.setNearestNeighborSearchConfig(com.google.protobuf.Value.Builder builderForValue) The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).Examples.Builder.setNeighborCount(int value) The number of neighbors to return when querying for examples.Examples.Builder.setPresets(Presets value) Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.Examples.Builder.setPresets(Presets.Builder builderForValue) Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.Examples.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Examples.BuilderModifier and TypeMethodDescriptionExplanationParameters.Builder.setExamples(Examples.Builder builderForValue) Example-based explanations that returns the nearest neighbors from the provided dataset.UpdateExplanationDatasetRequest.Builder.setExamples(Examples.Builder builderForValue) The example config containing the location of the dataset.