Class Service.TraceInfoV3.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • clear

        public Service.TraceInfoV3.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • getDefaultInstanceForType

        public Service.TraceInfoV3 getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Service.TraceInfoV3 build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Service.TraceInfoV3 buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Service.TraceInfoV3.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • setField

        public Service.TraceInfoV3.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • clearField

        public Service.TraceInfoV3.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • clearOneof

        public Service.TraceInfoV3.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • setRepeatedField

        public Service.TraceInfoV3.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • addRepeatedField

        public Service.TraceInfoV3.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • mergeFrom

        public Service.TraceInfoV3.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.TraceInfoV3.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • mergeFrom

        public Service.TraceInfoV3.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.TraceInfoV3.Builder>
        Throws:
        java.io.IOException
      • hasTraceId

        public boolean hasTraceId()
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Specified by:
        hasTraceId in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the traceId field is set.
      • getTraceId

        public java.lang.String getTraceId()
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Specified by:
        getTraceId in interface Service.TraceInfoV3OrBuilder
        Returns:
        The traceId.
      • getTraceIdBytes

        public com.google.protobuf.ByteString getTraceIdBytes()
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Specified by:
        getTraceIdBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for traceId.
      • setTraceId

        public Service.TraceInfoV3.Builder setTraceId​(java.lang.String value)
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Parameters:
        value - The traceId to set.
        Returns:
        This builder for chaining.
      • clearTraceId

        public Service.TraceInfoV3.Builder clearTraceId()
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Returns:
        This builder for chaining.
      • setTraceIdBytes

        public Service.TraceInfoV3.Builder setTraceIdBytes​(com.google.protobuf.ByteString value)
         The primary key associated with the trace
         
        optional string trace_id = 1;
        Parameters:
        value - The bytes for traceId to set.
        Returns:
        This builder for chaining.
      • hasClientRequestId

        public boolean hasClientRequestId()
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Specified by:
        hasClientRequestId in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the clientRequestId field is set.
      • getClientRequestId

        public java.lang.String getClientRequestId()
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Specified by:
        getClientRequestId in interface Service.TraceInfoV3OrBuilder
        Returns:
        The clientRequestId.
      • getClientRequestIdBytes

        public com.google.protobuf.ByteString getClientRequestIdBytes()
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Specified by:
        getClientRequestIdBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for clientRequestId.
      • setClientRequestId

        public Service.TraceInfoV3.Builder setClientRequestId​(java.lang.String value)
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Parameters:
        value - The clientRequestId to set.
        Returns:
        This builder for chaining.
      • clearClientRequestId

        public Service.TraceInfoV3.Builder clearClientRequestId()
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Returns:
        This builder for chaining.
      • setClientRequestIdBytes

        public Service.TraceInfoV3.Builder setClientRequestIdBytes​(com.google.protobuf.ByteString value)
         Client supplied request ID associated with the trace. This could be used to identify the trace/request from an
         external system that produced the trace.
         
        optional string client_request_id = 2;
        Parameters:
        value - The bytes for clientRequestId to set.
        Returns:
        This builder for chaining.
      • hasTraceLocation

        public boolean hasTraceLocation()
        optional .mlflow.TraceLocation trace_location = 3;
        Specified by:
        hasTraceLocation in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the traceLocation field is set.
      • hasRequest

        public boolean hasRequest()
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Specified by:
        hasRequest in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the request field is set.
      • getRequest

        public java.lang.String getRequest()
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Specified by:
        getRequest in interface Service.TraceInfoV3OrBuilder
        Returns:
        The request.
      • getRequestBytes

        public com.google.protobuf.ByteString getRequestBytes()
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Specified by:
        getRequestBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for request.
      • setRequest

        public Service.TraceInfoV3.Builder setRequest​(java.lang.String value)
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Parameters:
        value - The request to set.
        Returns:
        This builder for chaining.
      • clearRequest

        public Service.TraceInfoV3.Builder clearRequest()
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Returns:
        This builder for chaining.
      • setRequestBytes

        public Service.TraceInfoV3.Builder setRequestBytes​(com.google.protobuf.ByteString value)
         [Deprecated, please use `request_preview` instead.]
         Request to the model/agent.
         Equivalent to the input of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string request = 4;
        Parameters:
        value - The bytes for request to set.
        Returns:
        This builder for chaining.
      • hasResponse

        public boolean hasResponse()
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Specified by:
        hasResponse in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the response field is set.
      • getResponse

        public java.lang.String getResponse()
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Specified by:
        getResponse in interface Service.TraceInfoV3OrBuilder
        Returns:
        The response.
      • getResponseBytes

        public com.google.protobuf.ByteString getResponseBytes()
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Specified by:
        getResponseBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for response.
      • setResponse

        public Service.TraceInfoV3.Builder setResponse​(java.lang.String value)
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Parameters:
        value - The response to set.
        Returns:
        This builder for chaining.
      • clearResponse

        public Service.TraceInfoV3.Builder clearResponse()
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Returns:
        This builder for chaining.
      • setResponseBytes

        public Service.TraceInfoV3.Builder setResponseBytes​(com.google.protobuf.ByteString value)
         [Deprecated, please use `request_preview` instead.]
         Response of the model/agent.
         Equivalent to the output of the root span but added for ease of access.
         Represented as a JSON string.
         
        optional string response = 5;
        Parameters:
        value - The bytes for response to set.
        Returns:
        This builder for chaining.
      • hasRequestPreview

        public boolean hasRequestPreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Specified by:
        hasRequestPreview in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the requestPreview field is set.
      • getRequestPreview

        public java.lang.String getRequestPreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Specified by:
        getRequestPreview in interface Service.TraceInfoV3OrBuilder
        Returns:
        The requestPreview.
      • getRequestPreviewBytes

        public com.google.protobuf.ByteString getRequestPreviewBytes()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Specified by:
        getRequestPreviewBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for requestPreview.
      • setRequestPreview

        public Service.TraceInfoV3.Builder setRequestPreview​(java.lang.String value)
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Parameters:
        value - The requestPreview to set.
        Returns:
        This builder for chaining.
      • clearRequestPreview

        public Service.TraceInfoV3.Builder clearRequestPreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Returns:
        This builder for chaining.
      • setRequestPreviewBytes

        public Service.TraceInfoV3.Builder setRequestPreviewBytes​(com.google.protobuf.ByteString value)
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the input of the root
         span. This preview value is truncated to 10KB while the full request is stored in the trace data in blob storage.
         
        optional string request_preview = 12;
        Parameters:
        value - The bytes for requestPreview to set.
        Returns:
        This builder for chaining.
      • hasResponsePreview

        public boolean hasResponsePreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Specified by:
        hasResponsePreview in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the responsePreview field is set.
      • getResponsePreview

        public java.lang.String getResponsePreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Specified by:
        getResponsePreview in interface Service.TraceInfoV3OrBuilder
        Returns:
        The responsePreview.
      • getResponsePreviewBytes

        public com.google.protobuf.ByteString getResponsePreviewBytes()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Specified by:
        getResponsePreviewBytes in interface Service.TraceInfoV3OrBuilder
        Returns:
        The bytes for responsePreview.
      • setResponsePreview

        public Service.TraceInfoV3.Builder setResponsePreview​(java.lang.String value)
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Parameters:
        value - The responsePreview to set.
        Returns:
        This builder for chaining.
      • clearResponsePreview

        public Service.TraceInfoV3.Builder clearResponsePreview()
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Returns:
        This builder for chaining.
      • setResponsePreviewBytes

        public Service.TraceInfoV3.Builder setResponsePreviewBytes​(com.google.protobuf.ByteString value)
         A preview of the request to the model/agent represented as a JSON string. This is equivalent to the output of the root
         span. This preview value is truncated to 10KB while the full response is stored in the trace data in blob storage.
         
        optional string response_preview = 13;
        Parameters:
        value - The bytes for responsePreview to set.
        Returns:
        This builder for chaining.
      • hasRequestTime

        public boolean hasRequestTime()
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
        Specified by:
        hasRequestTime in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the requestTime field is set.
      • getRequestTime

        public com.google.protobuf.Timestamp getRequestTime()
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
        Specified by:
        getRequestTime in interface Service.TraceInfoV3OrBuilder
        Returns:
        The requestTime.
      • setRequestTime

        public Service.TraceInfoV3.Builder setRequestTime​(com.google.protobuf.Timestamp value)
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
      • setRequestTime

        public Service.TraceInfoV3.Builder setRequestTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
      • mergeRequestTime

        public Service.TraceInfoV3.Builder mergeRequestTime​(com.google.protobuf.Timestamp value)
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
      • clearRequestTime

        public Service.TraceInfoV3.Builder clearRequestTime()
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
      • getRequestTimeBuilder

        public com.google.protobuf.Timestamp.Builder getRequestTimeBuilder()
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
      • getRequestTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder()
         Start time of the trace
         
        optional .google.protobuf.Timestamp request_time = 6;
        Specified by:
        getRequestTimeOrBuilder in interface Service.TraceInfoV3OrBuilder
      • hasExecutionDuration

        public boolean hasExecutionDuration()
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
        Specified by:
        hasExecutionDuration in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the executionDuration field is set.
      • getExecutionDuration

        public com.google.protobuf.Duration getExecutionDuration()
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
        Specified by:
        getExecutionDuration in interface Service.TraceInfoV3OrBuilder
        Returns:
        The executionDuration.
      • setExecutionDuration

        public Service.TraceInfoV3.Builder setExecutionDuration​(com.google.protobuf.Duration value)
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
      • setExecutionDuration

        public Service.TraceInfoV3.Builder setExecutionDuration​(com.google.protobuf.Duration.Builder builderForValue)
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
      • mergeExecutionDuration

        public Service.TraceInfoV3.Builder mergeExecutionDuration​(com.google.protobuf.Duration value)
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
      • clearExecutionDuration

        public Service.TraceInfoV3.Builder clearExecutionDuration()
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
      • getExecutionDurationBuilder

        public com.google.protobuf.Duration.Builder getExecutionDurationBuilder()
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
      • getExecutionDurationOrBuilder

        public com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder()
         Execution time of the trace
         
        optional .google.protobuf.Duration execution_duration = 7;
        Specified by:
        getExecutionDurationOrBuilder in interface Service.TraceInfoV3OrBuilder
      • hasState

        public boolean hasState()
        optional .mlflow.TraceInfoV3.State state = 8;
        Specified by:
        hasState in interface Service.TraceInfoV3OrBuilder
        Returns:
        Whether the state field is set.
      • clearState

        public Service.TraceInfoV3.Builder clearState()
        optional .mlflow.TraceInfoV3.State state = 8;
        Returns:
        This builder for chaining.
      • getTraceMetadataCount

        public int getTraceMetadataCount()
        Description copied from interface: Service.TraceInfoV3OrBuilder
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
        Specified by:
        getTraceMetadataCount in interface Service.TraceInfoV3OrBuilder
      • containsTraceMetadata

        public boolean containsTraceMetadata​(java.lang.String key)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
        Specified by:
        containsTraceMetadata in interface Service.TraceInfoV3OrBuilder
      • getTraceMetadataMap

        public java.util.Map<java.lang.String,​java.lang.String> getTraceMetadataMap()
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
        Specified by:
        getTraceMetadataMap in interface Service.TraceInfoV3OrBuilder
      • getTraceMetadataOrDefault

        public java.lang.String getTraceMetadataOrDefault​(java.lang.String key,
                                                          java.lang.String defaultValue)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
        Specified by:
        getTraceMetadataOrDefault in interface Service.TraceInfoV3OrBuilder
      • getTraceMetadataOrThrow

        public java.lang.String getTraceMetadataOrThrow​(java.lang.String key)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
        Specified by:
        getTraceMetadataOrThrow in interface Service.TraceInfoV3OrBuilder
      • removeTraceMetadata

        public Service.TraceInfoV3.Builder removeTraceMetadata​(java.lang.String key)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
      • getMutableTraceMetadata

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.String> getMutableTraceMetadata()
        Deprecated.
        Use alternate mutation accessors instead.
      • putTraceMetadata

        public Service.TraceInfoV3.Builder putTraceMetadata​(java.lang.String key,
                                                            java.lang.String value)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
      • putAllTraceMetadata

        public Service.TraceInfoV3.Builder putAllTraceMetadata​(java.util.Map<java.lang.String,​java.lang.String> values)
         Metadata associated with the trace.
         Examples include:
         - run_id: The ID of the mlflow Run (i.e. evaluation job) that produced the trace. May not be
                   applicable in certain situations such as if the trace was created via interactive vibe checks)
         - model_id: The ID of the associated model that produced the trace.
         - dataset_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - dataset_record_id: The ID of the mlflow Dataset (usually used together with dataset_record_id)
         - session_id: The ID of the session (e.g. chat conversation) where the request came from
         
        map<string, string> trace_metadata = 9;
      • removeAssessments

        public Service.TraceInfoV3.Builder removeAssessments​(int index)
        repeated .mlflow.assessments.Assessment assessments = 10;
      • getAssessmentsBuilder

        public Assessments.Assessment.Builder getAssessmentsBuilder​(int index)
        repeated .mlflow.assessments.Assessment assessments = 10;
      • addAssessmentsBuilder

        public Assessments.Assessment.Builder addAssessmentsBuilder​(int index)
        repeated .mlflow.assessments.Assessment assessments = 10;
      • getAssessmentsBuilderList

        public java.util.List<Assessments.Assessment.Builder> getAssessmentsBuilderList()
        repeated .mlflow.assessments.Assessment assessments = 10;
      • containsTags

        public boolean containsTags​(java.lang.String key)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
        Specified by:
        containsTags in interface Service.TraceInfoV3OrBuilder
      • getTagsMap

        public java.util.Map<java.lang.String,​java.lang.String> getTagsMap()
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
        Specified by:
        getTagsMap in interface Service.TraceInfoV3OrBuilder
      • getTagsOrDefault

        public java.lang.String getTagsOrDefault​(java.lang.String key,
                                                 java.lang.String defaultValue)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
        Specified by:
        getTagsOrDefault in interface Service.TraceInfoV3OrBuilder
      • getTagsOrThrow

        public java.lang.String getTagsOrThrow​(java.lang.String key)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
        Specified by:
        getTagsOrThrow in interface Service.TraceInfoV3OrBuilder
      • removeTags

        public Service.TraceInfoV3.Builder removeTags​(java.lang.String key)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
      • getMutableTags

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.String> getMutableTags()
        Deprecated.
        Use alternate mutation accessors instead.
      • putTags

        public Service.TraceInfoV3.Builder putTags​(java.lang.String key,
                                                   java.lang.String value)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
      • putAllTags

        public Service.TraceInfoV3.Builder putAllTags​(java.util.Map<java.lang.String,​java.lang.String> values)
         Mutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL”
         
        map<string, string> tags = 11;
      • setUnknownFields

        public final Service.TraceInfoV3.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>
      • mergeUnknownFields

        public final Service.TraceInfoV3.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.TraceInfoV3.Builder>