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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.TraceLocation.IdentifierCase
getIdentifierCase()
Service.TraceLocation.InferenceTableLocation
getInferenceTable()
.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.InferenceTableLocationOrBuilder
getInferenceTableOrBuilder()
.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.MlflowExperimentLocation
getMlflowExperiment()
.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.MlflowExperimentLocationOrBuilder
getMlflowExperimentOrBuilder()
.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.TraceLocationType
getType()
optional .mlflow.TraceLocation.TraceLocationType type = 1;
boolean
hasInferenceTable()
.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
boolean
hasMlflowExperiment()
.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
boolean
hasType()
optional .mlflow.TraceLocation.TraceLocationType type = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-