Interface Service.StartTraceV3.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The created trace information.
    The created trace information.
    boolean
    The created trace information.

    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

    • hasTrace

      boolean hasTrace()
       The created trace information.
       
      optional .mlflow.Trace trace = 1;
      Returns:
      Whether the trace field is set.
    • getTrace

      Service.Trace getTrace()
       The created trace information.
       
      optional .mlflow.Trace trace = 1;
      Returns:
      The trace.
    • getTraceOrBuilder

      Service.TraceOrBuilder getTraceOrBuilder()
       The created trace information.
       
      optional .mlflow.Trace trace = 1;