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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.TraceLocation.IdentifierCasegetIdentifierCase()Service.TraceLocation.InferenceTableLocationgetInferenceTable().mlflow.TraceLocation.InferenceTableLocation inference_table = 3;Service.TraceLocation.InferenceTableLocationOrBuildergetInferenceTableOrBuilder().mlflow.TraceLocation.InferenceTableLocation inference_table = 3;Service.TraceLocation.MlflowExperimentLocationgetMlflowExperiment().mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;Service.TraceLocation.MlflowExperimentLocationOrBuildergetMlflowExperimentOrBuilder().mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;Service.TraceLocation.TraceLocationTypegetType()optional .mlflow.TraceLocation.TraceLocationType type = 1;booleanhasInferenceTable().mlflow.TraceLocation.InferenceTableLocation inference_table = 3;booleanhasMlflowExperiment().mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;booleanhasType()optional .mlflow.TraceLocation.TraceLocationType type = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTypeboolean hasType() optional .mlflow.TraceLocation.TraceLocationType type = 1;- Returns:
- Whether the type field is set.
 
 - 
getTypeService.TraceLocation.TraceLocationType getType() optional .mlflow.TraceLocation.TraceLocationType type = 1;- Returns:
- The type.
 
 - 
hasMlflowExperimentboolean hasMlflowExperiment() .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;- Returns:
- Whether the mlflowExperiment field is set.
 
 - 
getMlflowExperimentService.TraceLocation.MlflowExperimentLocation getMlflowExperiment() .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;- Returns:
- The mlflowExperiment.
 
 - 
getMlflowExperimentOrBuilderService.TraceLocation.MlflowExperimentLocationOrBuilder getMlflowExperimentOrBuilder() .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
 - 
hasInferenceTableboolean hasInferenceTable() .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;- Returns:
- Whether the inferenceTable field is set.
 
 - 
getInferenceTableService.TraceLocation.InferenceTableLocation getInferenceTable() .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;- Returns:
- The inferenceTable.
 
 - 
getInferenceTableOrBuilderService.TraceLocation.InferenceTableLocationOrBuilder getInferenceTableOrBuilder() .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
 - 
getIdentifierCaseService.TraceLocation.IdentifierCase getIdentifierCase() 
 
- 
 
-