Package org.mlflow.api.proto
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 Summary
Modifier and TypeMethodDescription.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;getType()optional .mlflow.TraceLocation.TraceLocationType type = 1;boolean.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;boolean.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;booleanhasType()optional .mlflow.TraceLocation.TraceLocationType type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()optional .mlflow.TraceLocation.TraceLocationType type = 1;- Returns:
- Whether the type field is set.
-
getType
Service.TraceLocation.TraceLocationType 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
Service.TraceLocation.MlflowExperimentLocation getMlflowExperiment().mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;- Returns:
- The mlflowExperiment.
-
getMlflowExperimentOrBuilder
Service.TraceLocation.MlflowExperimentLocationOrBuilder getMlflowExperimentOrBuilder().mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2; -
hasInferenceTable
boolean hasInferenceTable().mlflow.TraceLocation.InferenceTableLocation inference_table = 3;- Returns:
- Whether the inferenceTable field is set.
-
getInferenceTable
Service.TraceLocation.InferenceTableLocation getInferenceTable().mlflow.TraceLocation.InferenceTableLocation inference_table = 3;- Returns:
- The inferenceTable.
-
getInferenceTableOrBuilder
Service.TraceLocation.InferenceTableLocationOrBuilder getInferenceTableOrBuilder().mlflow.TraceLocation.InferenceTableLocation inference_table = 3; -
getIdentifierCase
Service.TraceLocation.IdentifierCase getIdentifierCase()
-