Interface Service.ListExperimentsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.ListExperiments, Service.ListExperiments.Builder
Enclosing class:
Service

public static interface Service.ListExperimentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    Service.ViewType getViewType()
    Qualifier for type of experiments to be returned.
    boolean hasViewType()
    Qualifier for type of experiments to be returned.

    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

    • hasViewType

      boolean hasViewType()
       Qualifier for type of experiments to be returned.
       If unspecified, return only active experiments.
       
      optional .mlflow.ViewType view_type = 1;
    • getViewType

      Service.ViewType getViewType()
       Qualifier for type of experiments to be returned.
       If unspecified, return only active experiments.
       
      optional .mlflow.ViewType view_type = 1;