org.tensorflow.metadata.v0.MaximumMeanDiscrepancyOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/metric.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface MaximumMeanDiscrepancyOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.MaximumMeanDiscrepancy)
com.google.protobuf.MessageOrBuilder {
/**
*
* Kernel to apply to the predictions. Currently supported values are
* 'gaussian' and 'laplace'. Defaults to 'gaussian'.
*
*
* string kernel = 1;
* @return The kernel.
*/
java.lang.String getKernel();
/**
*
* Kernel to apply to the predictions. Currently supported values are
* 'gaussian' and 'laplace'. Defaults to 'gaussian'.
*
*
* string kernel = 1;
* @return The bytes for kernel.
*/
com.google.protobuf.ByteString
getKernelBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy