All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.DriftSkewInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/anomalies.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface DriftSkewInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.DriftSkewInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identifies the feature;
   * 
* * optional .tensorflow.metadata.v0.Path path = 1; * @return Whether the path field is set. */ boolean hasPath(); /** *
   * Identifies the feature;
   * 
* * optional .tensorflow.metadata.v0.Path path = 1; * @return The path. */ org.tensorflow.metadata.v0.Path getPath(); /** *
   * Identifies the feature;
   * 
* * optional .tensorflow.metadata.v0.Path path = 1; */ org.tensorflow.metadata.v0.PathOrBuilder getPathOrBuilder(); /** *
   * The drift/skew may be measured in the same invocation of TFDV, in which
   * case both of the following fields are populated.
   * Also the drift/skew may be quantified by different measurements, thus
   * repeated.
   * 
* * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement drift_measurements = 2; */ java.util.List getDriftMeasurementsList(); /** *
   * The drift/skew may be measured in the same invocation of TFDV, in which
   * case both of the following fields are populated.
   * Also the drift/skew may be quantified by different measurements, thus
   * repeated.
   * 
* * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement drift_measurements = 2; */ org.tensorflow.metadata.v0.DriftSkewInfo.Measurement getDriftMeasurements(int index); /** *
   * The drift/skew may be measured in the same invocation of TFDV, in which
   * case both of the following fields are populated.
   * Also the drift/skew may be quantified by different measurements, thus
   * repeated.
   * 
* * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement drift_measurements = 2; */ int getDriftMeasurementsCount(); /** *
   * The drift/skew may be measured in the same invocation of TFDV, in which
   * case both of the following fields are populated.
   * Also the drift/skew may be quantified by different measurements, thus
   * repeated.
   * 
* * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement drift_measurements = 2; */ java.util.List getDriftMeasurementsOrBuilderList(); /** *
   * The drift/skew may be measured in the same invocation of TFDV, in which
   * case both of the following fields are populated.
   * Also the drift/skew may be quantified by different measurements, thus
   * repeated.
   * 
* * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement drift_measurements = 2; */ org.tensorflow.metadata.v0.DriftSkewInfo.MeasurementOrBuilder getDriftMeasurementsOrBuilder( int index); /** * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement skew_measurements = 3; */ java.util.List getSkewMeasurementsList(); /** * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement skew_measurements = 3; */ org.tensorflow.metadata.v0.DriftSkewInfo.Measurement getSkewMeasurements(int index); /** * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement skew_measurements = 3; */ int getSkewMeasurementsCount(); /** * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement skew_measurements = 3; */ java.util.List getSkewMeasurementsOrBuilderList(); /** * repeated .tensorflow.metadata.v0.DriftSkewInfo.Measurement skew_measurements = 3; */ org.tensorflow.metadata.v0.DriftSkewInfo.MeasurementOrBuilder getSkewMeasurementsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy