Interface Service.GetExperimentByNameOrBuilder

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

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

    Modifier and Type Method Description
    java.lang.String getExperimentName()
    Name of the associated experiment.
    com.google.protobuf.ByteString getExperimentNameBytes()
    Name of the associated experiment.
    boolean hasExperimentName()
    Name of the associated experiment.

    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

    • hasExperimentName

      boolean hasExperimentName()
       Name of the associated experiment.
       
      optional string experiment_name = 1 [(.mlflow.validate_required) = true];
    • getExperimentName

      java.lang.String getExperimentName()
       Name of the associated experiment.
       
      optional string experiment_name = 1 [(.mlflow.validate_required) = true];
    • getExperimentNameBytes

      com.google.protobuf.ByteString getExperimentNameBytes()
       Name of the associated experiment.
       
      optional string experiment_name = 1 [(.mlflow.validate_required) = true];