Package org.mlflow.api.proto
Interface Service.AddDatasetToExperiments.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AddDatasetToExperiments.Response
,Service.AddDatasetToExperiments.Response.Builder
- Enclosing class:
- Service.AddDatasetToExperiments
public static interface Service.AddDatasetToExperiments.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Dataset
getDataset()
The updated dataset with new experiment associationsService.DatasetOrBuilder
getDatasetOrBuilder()
The updated dataset with new experiment associationsboolean
hasDataset()
The updated dataset with new experiment associations-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDataset
boolean hasDataset()
The updated dataset with new experiment associations
optional .mlflow.Dataset dataset = 1;
- Returns:
- Whether the dataset field is set.
-
getDataset
Service.Dataset getDataset()
The updated dataset with new experiment associations
optional .mlflow.Dataset dataset = 1;
- Returns:
- The dataset.
-
getDatasetOrBuilder
Service.DatasetOrBuilder getDatasetOrBuilder()
The updated dataset with new experiment associations
optional .mlflow.Dataset dataset = 1;
-
-