Interface Service.TraceLocation.MlflowExperimentLocationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    MLflow experiment ID which is the ACL container holding the trace.
    com.google.protobuf.ByteString
    MLflow experiment ID which is the ACL container holding the trace.
    boolean
    MLflow experiment ID which is the ACL container holding the trace.

    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

    • hasExperimentId

      boolean hasExperimentId()
       MLflow experiment ID which is the ACL container holding the trace.
       
      optional string experiment_id = 1;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       MLflow experiment ID which is the ACL container holding the trace.
       
      optional string experiment_id = 1;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       MLflow experiment ID which is the ACL container holding the trace.
       
      optional string experiment_id = 1;
      Returns:
      The bytes for experimentId.