Interface Service.EndTraceOrBuilder

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

public static interface Service.EndTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRequestId

      boolean hasRequestId()
       ID of the trace to end.
       
      optional string request_id = 1;
      Returns:
      Whether the requestId field is set.
    • getRequestId

      String getRequestId()
       ID of the trace to end.
       
      optional string request_id = 1;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       ID of the trace to end.
       
      optional string request_id = 1;
      Returns:
      The bytes for requestId.
    • hasTimestampMs

      boolean hasTimestampMs()
       Unix timestamp of when the trace ended in milliseconds.
       
      optional int64 timestamp_ms = 2;
      Returns:
      Whether the timestampMs field is set.
    • getTimestampMs

      long getTimestampMs()
       Unix timestamp of when the trace ended in milliseconds.
       
      optional int64 timestamp_ms = 2;
      Returns:
      The timestampMs.
    • hasStatus

      boolean hasStatus()
       Overall status of the operation being traced (OK, error, etc).
       
      optional .mlflow.TraceStatus status = 3;
      Returns:
      Whether the status field is set.
    • getStatus

      Service.TraceStatus getStatus()
       Overall status of the operation being traced (OK, error, etc).
       
      optional .mlflow.TraceStatus status = 3;
      Returns:
      The status.
    • getRequestMetadataList

      List<Service.TraceRequestMetadata> getRequestMetadataList()
       Additional metadata about the operation being traced.
       
      repeated .mlflow.TraceRequestMetadata request_metadata = 4;
    • getRequestMetadata

      Service.TraceRequestMetadata getRequestMetadata(int index)
       Additional metadata about the operation being traced.
       
      repeated .mlflow.TraceRequestMetadata request_metadata = 4;
    • getRequestMetadataCount

      int getRequestMetadataCount()
       Additional metadata about the operation being traced.
       
      repeated .mlflow.TraceRequestMetadata request_metadata = 4;
    • getRequestMetadataOrBuilderList

      List<? extends Service.TraceRequestMetadataOrBuilder> getRequestMetadataOrBuilderList()
       Additional metadata about the operation being traced.
       
      repeated .mlflow.TraceRequestMetadata request_metadata = 4;
    • getRequestMetadataOrBuilder

      Service.TraceRequestMetadataOrBuilder getRequestMetadataOrBuilder(int index)
       Additional metadata about the operation being traced.
       
      repeated .mlflow.TraceRequestMetadata request_metadata = 4;
    • getTagsList

      List<Service.TraceTag> getTagsList()
       Additional tags to add to the trace.
       
      repeated .mlflow.TraceTag tags = 5;
    • getTags

      Service.TraceTag getTags(int index)
       Additional tags to add to the trace.
       
      repeated .mlflow.TraceTag tags = 5;
    • getTagsCount

      int getTagsCount()
       Additional tags to add to the trace.
       
      repeated .mlflow.TraceTag tags = 5;
    • getTagsOrBuilderList

      List<? extends Service.TraceTagOrBuilder> getTagsOrBuilderList()
       Additional tags to add to the trace.
       
      repeated .mlflow.TraceTag tags = 5;
    • getTagsOrBuilder

      Service.TraceTagOrBuilder getTagsOrBuilder(int index)
       Additional tags to add to the trace.
       
      repeated .mlflow.TraceTag tags = 5;