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 Details

    • hasType

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

      optional .mlflow.TraceLocation.TraceLocationType type = 1;
      Returns:
      The type.
    • hasMlflowExperiment

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

      .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
      Returns:
      The mlflowExperiment.
    • getMlflowExperimentOrBuilder

      .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
    • hasInferenceTable

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

      .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
      Returns:
      The inferenceTable.
    • getInferenceTableOrBuilder

      .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
    • getIdentifierCase