Interface Service.TraceLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Service.TraceLocation, Service.TraceLocation.Builder
    Enclosing class:
    Service

    public static interface Service.TraceLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasType

        boolean hasType()
        optional .mlflow.TraceLocation.TraceLocationType type = 1;
        Returns:
        Whether the type field is set.
      • hasMlflowExperiment

        boolean hasMlflowExperiment()
        .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
        Returns:
        Whether the mlflowExperiment field is set.
      • hasInferenceTable

        boolean hasInferenceTable()
        .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
        Returns:
        Whether the inferenceTable field is set.