Uses of Class
com.google.cloud.aiplatform.v1.Examples
-
Packages that use Examples Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of Examples in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Examples Modifier and Type Method Description Examples
Examples.Builder. build()
Examples
Examples.Builder. buildPartial()
static Examples
Examples. getDefaultInstance()
Examples
Examples.Builder. getDefaultInstanceForType()
Examples
Examples. getDefaultInstanceForType()
Examples
ExplanationParameters.Builder. getExamples()
Example-based explanations that returns the nearest neighbors from the provided dataset.Examples
ExplanationParameters. getExamples()
Example-based explanations that returns the nearest neighbors from the provided dataset.Examples
ExplanationParametersOrBuilder. getExamples()
Example-based explanations that returns the nearest neighbors from the provided dataset.Examples
UpdateExplanationDatasetRequest.Builder. getExamples()
The example config containing the location of the dataset.Examples
UpdateExplanationDatasetRequest. getExamples()
The example config containing the location of the dataset.Examples
UpdateExplanationDatasetRequestOrBuilder. getExamples()
The example config containing the location of the dataset.static Examples
Examples. parseDelimitedFrom(InputStream input)
static Examples
Examples. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Examples
Examples. parseFrom(byte[] data)
static Examples
Examples. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Examples
Examples. parseFrom(com.google.protobuf.ByteString data)
static Examples
Examples. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Examples
Examples. parseFrom(com.google.protobuf.CodedInputStream input)
static Examples
Examples. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Examples
Examples. parseFrom(InputStream input)
static Examples
Examples. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Examples
Examples. parseFrom(ByteBuffer data)
static Examples
Examples. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Examples Modifier and Type Method Description com.google.protobuf.Parser<Examples>
Examples. getParserForType()
static com.google.protobuf.Parser<Examples>
Examples. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type Examples Modifier and Type Method Description ExplanationParameters.Builder
ExplanationParameters.Builder. mergeExamples(Examples value)
Example-based explanations that returns the nearest neighbors from the provided dataset.UpdateExplanationDatasetRequest.Builder
UpdateExplanationDatasetRequest.Builder. mergeExamples(Examples value)
The example config containing the location of the dataset.Examples.Builder
Examples.Builder. mergeFrom(Examples other)
static Examples.Builder
Examples. newBuilder(Examples prototype)
ExplanationParameters.Builder
ExplanationParameters.Builder. setExamples(Examples value)
Example-based explanations that returns the nearest neighbors from the provided dataset.UpdateExplanationDatasetRequest.Builder
UpdateExplanationDatasetRequest.Builder. setExamples(Examples value)
The example config containing the location of the dataset.
-