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

    Modifier and Type
    Method
    Description
    The updated dataset with new experiment associations
    The updated dataset with new experiment associations
    boolean
    The updated dataset with new experiment associations

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;