Package org.mlflow.api.proto
Class Service.TraceInfoV3
- java.lang.Object
- 
- com.google.protobuf.AbstractMessageLite
- 
- com.google.protobuf.AbstractMessage
- 
- com.google.protobuf.GeneratedMessageV3
- 
- org.mlflow.api.proto.Service.TraceInfoV3
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.protobuf.Message,- com.google.protobuf.MessageLite,- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder,- java.io.Serializable,- Service.TraceInfoV3OrBuilder
 - Enclosing class:
- Service
 
 public static final class Service.TraceInfoV3 extends com.google.protobuf.GeneratedMessageV3 implements Service.TraceInfoV3OrBuilder Protobuf typemlflow.TraceInfoV3- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classService.TraceInfoV3.BuilderProtobuf typemlflow.TraceInfoV3static classService.TraceInfoV3.StateExecution state of the trace at the time that it was logged.- 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intASSESSMENTS_FIELD_NUMBERstatic intCLIENT_REQUEST_ID_FIELD_NUMBERstatic intEXECUTION_DURATION_FIELD_NUMBERstatic com.google.protobuf.Parser<Service.TraceInfoV3>PARSERDeprecated.static intREQUEST_FIELD_NUMBERstatic intREQUEST_PREVIEW_FIELD_NUMBERstatic intREQUEST_TIME_FIELD_NUMBERstatic intRESPONSE_FIELD_NUMBERstatic intRESPONSE_PREVIEW_FIELD_NUMBERstatic intSTATE_FIELD_NUMBERstatic intTAGS_FIELD_NUMBERstatic intTRACE_ID_FIELD_NUMBERstatic intTRACE_LOCATION_FIELD_NUMBERstatic intTRACE_METADATA_FIELD_NUMBER
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsTags(java.lang.String key)Mutable, user-defined tags for the trace, e.g.booleancontainsTraceMetadata(java.lang.String key)Metadata associated with the trace.booleanequals(java.lang.Object obj)Assessments.AssessmentgetAssessments(int index)repeated .mlflow.assessments.Assessment assessments = 10;intgetAssessmentsCount()repeated .mlflow.assessments.Assessment assessments = 10;java.util.List<Assessments.Assessment>getAssessmentsList()repeated .mlflow.assessments.Assessment assessments = 10;Assessments.AssessmentOrBuildergetAssessmentsOrBuilder(int index)repeated .mlflow.assessments.Assessment assessments = 10;java.util.List<? extends Assessments.AssessmentOrBuilder>getAssessmentsOrBuilderList()repeated .mlflow.assessments.Assessment assessments = 10;java.lang.StringgetClientRequestId()Client supplied request ID associated with the trace.com.google.protobuf.ByteStringgetClientRequestIdBytes()Client supplied request ID associated with the trace.static Service.TraceInfoV3getDefaultInstance()Service.TraceInfoV3getDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.DurationgetExecutionDuration()Execution time of the tracecom.google.protobuf.DurationOrBuildergetExecutionDurationOrBuilder()Execution time of the tracecom.google.protobuf.Parser<Service.TraceInfoV3>getParserForType()java.lang.StringgetRequest()[Deprecated, please use `request_preview` instead.] Request to the model/agent.com.google.protobuf.ByteStringgetRequestBytes()[Deprecated, please use `request_preview` instead.] Request to the model/agent.java.lang.StringgetRequestPreview()A preview of the request to the model/agent represented as a JSON string.com.google.protobuf.ByteStringgetRequestPreviewBytes()A preview of the request to the model/agent represented as a JSON string.com.google.protobuf.TimestampgetRequestTime()Start time of the tracecom.google.protobuf.TimestampOrBuildergetRequestTimeOrBuilder()Start time of the tracejava.lang.StringgetResponse()[Deprecated, please use `request_preview` instead.] Response of the model/agent.com.google.protobuf.ByteStringgetResponseBytes()[Deprecated, please use `request_preview` instead.] Response of the model/agent.java.lang.StringgetResponsePreview()A preview of the request to the model/agent represented as a JSON string.com.google.protobuf.ByteStringgetResponsePreviewBytes()A preview of the request to the model/agent represented as a JSON string.intgetSerializedSize()Service.TraceInfoV3.StategetState()optional .mlflow.TraceInfoV3.State state = 8;java.util.Map<java.lang.String,java.lang.String>getTags()Deprecated.intgetTagsCount()Mutable, user-defined tags for the trace, e.g.java.util.Map<java.lang.String,java.lang.String>getTagsMap()Mutable, user-defined tags for the trace, e.g.java.lang.StringgetTagsOrDefault(java.lang.String key, java.lang.String defaultValue)Mutable, user-defined tags for the trace, e.g.java.lang.StringgetTagsOrThrow(java.lang.String key)Mutable, user-defined tags for the trace, e.g.java.lang.StringgetTraceId()The primary key associated with the tracecom.google.protobuf.ByteStringgetTraceIdBytes()The primary key associated with the traceService.TraceLocationgetTraceLocation()optional .mlflow.TraceLocation trace_location = 3;Service.TraceLocationOrBuildergetTraceLocationOrBuilder()optional .mlflow.TraceLocation trace_location = 3;java.util.Map<java.lang.String,java.lang.String>getTraceMetadata()Deprecated.intgetTraceMetadataCount()Metadata associated with the trace.java.util.Map<java.lang.String,java.lang.String>getTraceMetadataMap()Metadata associated with the trace.java.lang.StringgetTraceMetadataOrDefault(java.lang.String key, java.lang.String defaultValue)Metadata associated with the trace.java.lang.StringgetTraceMetadataOrThrow(java.lang.String key)Metadata associated with the trace.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasClientRequestId()Client supplied request ID associated with the trace.booleanhasExecutionDuration()Execution time of the traceinthashCode()booleanhasRequest()[Deprecated, please use `request_preview` instead.] Request to the model/agent.booleanhasRequestPreview()A preview of the request to the model/agent represented as a JSON string.booleanhasRequestTime()Start time of the tracebooleanhasResponse()[Deprecated, please use `request_preview` instead.] Response of the model/agent.booleanhasResponsePreview()A preview of the request to the model/agent represented as a JSON string.booleanhasState()optional .mlflow.TraceInfoV3.State state = 8;booleanhasTraceId()The primary key associated with the tracebooleanhasTraceLocation()optional .mlflow.TraceLocation trace_location = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Service.TraceInfoV3.BuildernewBuilder()static Service.TraceInfoV3.BuildernewBuilder(Service.TraceInfoV3 prototype)Service.TraceInfoV3.BuildernewBuilderForType()protected Service.TraceInfoV3.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Service.TraceInfoV3parseDelimitedFrom(java.io.InputStream input)static Service.TraceInfoV3parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.TraceInfoV3parseFrom(byte[] data)static Service.TraceInfoV3parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.TraceInfoV3parseFrom(com.google.protobuf.ByteString data)static Service.TraceInfoV3parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.TraceInfoV3parseFrom(com.google.protobuf.CodedInputStream input)static Service.TraceInfoV3parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.TraceInfoV3parseFrom(java.io.InputStream input)static Service.TraceInfoV3parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Service.TraceInfoV3parseFrom(java.nio.ByteBuffer data)static Service.TraceInfoV3parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Service.TraceInfoV3>parser()Service.TraceInfoV3.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)- 
Methods inherited from class com.google.protobuf.GeneratedMessageV3canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
 - 
Methods inherited from class com.google.protobuf.AbstractMessagefindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLiteaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
TRACE_ID_FIELD_NUMBERpublic static final int TRACE_ID_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
CLIENT_REQUEST_ID_FIELD_NUMBERpublic static final int CLIENT_REQUEST_ID_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
TRACE_LOCATION_FIELD_NUMBERpublic static final int TRACE_LOCATION_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
REQUEST_FIELD_NUMBERpublic static final int REQUEST_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
RESPONSE_FIELD_NUMBERpublic static final int RESPONSE_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
REQUEST_PREVIEW_FIELD_NUMBERpublic static final int REQUEST_PREVIEW_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
RESPONSE_PREVIEW_FIELD_NUMBERpublic static final int RESPONSE_PREVIEW_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
REQUEST_TIME_FIELD_NUMBERpublic static final int REQUEST_TIME_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
EXECUTION_DURATION_FIELD_NUMBERpublic static final int EXECUTION_DURATION_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
STATE_FIELD_NUMBERpublic static final int STATE_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
TRACE_METADATA_FIELD_NUMBERpublic static final int TRACE_METADATA_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
ASSESSMENTS_FIELD_NUMBERpublic static final int ASSESSMENTS_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
TAGS_FIELD_NUMBERpublic static final int TAGS_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
PARSER@Deprecated public static final com.google.protobuf.Parser<Service.TraceInfoV3> PARSER Deprecated.
 
- 
 - 
Method Detail- 
newInstanceprotected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) - Overrides:
- newInstancein class- com.google.protobuf.GeneratedMessageV3
 
 - 
getUnknownFieldspublic final com.google.protobuf.UnknownFieldSet getUnknownFields() - Specified by:
- getUnknownFieldsin interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3
 
 - 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetMapFieldprotected com.google.protobuf.MapField internalGetMapField(int number) - Overrides:
- internalGetMapFieldin class- com.google.protobuf.GeneratedMessageV3
 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3
 
 - 
hasTraceIdpublic boolean hasTraceId() The primary key associated with the trace optional string trace_id = 1;- Specified by:
- hasTraceIdin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the traceId field is set.
 
 - 
getTraceIdpublic java.lang.String getTraceId() The primary key associated with the trace optional string trace_id = 1;- Specified by:
- getTraceIdin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The traceId.
 
 - 
getTraceIdBytespublic com.google.protobuf.ByteString getTraceIdBytes() The primary key associated with the trace optional string trace_id = 1;- Specified by:
- getTraceIdBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for traceId.
 
 - 
hasClientRequestIdpublic 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:
- hasClientRequestIdin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the clientRequestId field is set.
 
 - 
getClientRequestIdpublic 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:
- getClientRequestIdin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The clientRequestId.
 
 - 
getClientRequestIdBytespublic 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:
- getClientRequestIdBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for clientRequestId.
 
 - 
hasTraceLocationpublic boolean hasTraceLocation() optional .mlflow.TraceLocation trace_location = 3;- Specified by:
- hasTraceLocationin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the traceLocation field is set.
 
 - 
getTraceLocationpublic Service.TraceLocation getTraceLocation() optional .mlflow.TraceLocation trace_location = 3;- Specified by:
- getTraceLocationin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The traceLocation.
 
 - 
getTraceLocationOrBuilderpublic Service.TraceLocationOrBuilder getTraceLocationOrBuilder() optional .mlflow.TraceLocation trace_location = 3;- Specified by:
- getTraceLocationOrBuilderin interface- Service.TraceInfoV3OrBuilder
 
 - 
hasRequestpublic 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:
- hasRequestin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the request field is set.
 
 - 
getRequestpublic 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:
- getRequestin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The request.
 
 - 
getRequestBytespublic 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:
- getRequestBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for request.
 
 - 
hasResponsepublic 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:
- hasResponsein interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the response field is set.
 
 - 
getResponsepublic 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:
- getResponsein interface- Service.TraceInfoV3OrBuilder
- Returns:
- The response.
 
 - 
getResponseBytespublic 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:
- getResponseBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for response.
 
 - 
hasRequestPreviewpublic 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:
- hasRequestPreviewin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the requestPreview field is set.
 
 - 
getRequestPreviewpublic 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:
- getRequestPreviewin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The requestPreview.
 
 - 
getRequestPreviewBytespublic 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:
- getRequestPreviewBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for requestPreview.
 
 - 
hasResponsePreviewpublic 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:
- hasResponsePreviewin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the responsePreview field is set.
 
 - 
getResponsePreviewpublic 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:
- getResponsePreviewin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The responsePreview.
 
 - 
getResponsePreviewBytespublic 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:
- getResponsePreviewBytesin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The bytes for responsePreview.
 
 - 
hasRequestTimepublic boolean hasRequestTime() Start time of the trace optional .google.protobuf.Timestamp request_time = 6;- Specified by:
- hasRequestTimein interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the requestTime field is set.
 
 - 
getRequestTimepublic com.google.protobuf.Timestamp getRequestTime() Start time of the trace optional .google.protobuf.Timestamp request_time = 6;- Specified by:
- getRequestTimein interface- Service.TraceInfoV3OrBuilder
- Returns:
- The requestTime.
 
 - 
getRequestTimeOrBuilderpublic com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder() Start time of the trace optional .google.protobuf.Timestamp request_time = 6;- Specified by:
- getRequestTimeOrBuilderin interface- Service.TraceInfoV3OrBuilder
 
 - 
hasExecutionDurationpublic boolean hasExecutionDuration() Execution time of the trace optional .google.protobuf.Duration execution_duration = 7;- Specified by:
- hasExecutionDurationin interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the executionDuration field is set.
 
 - 
getExecutionDurationpublic com.google.protobuf.Duration getExecutionDuration() Execution time of the trace optional .google.protobuf.Duration execution_duration = 7;- Specified by:
- getExecutionDurationin interface- Service.TraceInfoV3OrBuilder
- Returns:
- The executionDuration.
 
 - 
getExecutionDurationOrBuilderpublic com.google.protobuf.DurationOrBuilder getExecutionDurationOrBuilder() Execution time of the trace optional .google.protobuf.Duration execution_duration = 7;- Specified by:
- getExecutionDurationOrBuilderin interface- Service.TraceInfoV3OrBuilder
 
 - 
hasStatepublic boolean hasState() optional .mlflow.TraceInfoV3.State state = 8;- Specified by:
- hasStatein interface- Service.TraceInfoV3OrBuilder
- Returns:
- Whether the state field is set.
 
 - 
getStatepublic Service.TraceInfoV3.State getState() optional .mlflow.TraceInfoV3.State state = 8;- Specified by:
- getStatein interface- Service.TraceInfoV3OrBuilder
- Returns:
- The state.
 
 - 
getTraceMetadataCountpublic int getTraceMetadataCount() Description copied from interface:Service.TraceInfoV3OrBuilderMetadata 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 frommap<string, string> trace_metadata = 9;- Specified by:
- getTraceMetadataCountin interface- Service.TraceInfoV3OrBuilder
 
 - 
containsTraceMetadatapublic 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 frommap<string, string> trace_metadata = 9;- Specified by:
- containsTraceMetadatain interface- Service.TraceInfoV3OrBuilder
 
 - 
getTraceMetadata@Deprecated public java.util.Map<java.lang.String,java.lang.String> getTraceMetadata() Deprecated.UsegetTraceMetadataMap()instead.- Specified by:
- getTraceMetadatain interface- Service.TraceInfoV3OrBuilder
 
 - 
getTraceMetadataMappublic 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 frommap<string, string> trace_metadata = 9;- Specified by:
- getTraceMetadataMapin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTraceMetadataOrDefaultpublic 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 frommap<string, string> trace_metadata = 9;- Specified by:
- getTraceMetadataOrDefaultin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTraceMetadataOrThrowpublic 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 frommap<string, string> trace_metadata = 9;- Specified by:
- getTraceMetadataOrThrowin interface- Service.TraceInfoV3OrBuilder
 
 - 
getAssessmentsListpublic java.util.List<Assessments.Assessment> getAssessmentsList() repeated .mlflow.assessments.Assessment assessments = 10;- Specified by:
- getAssessmentsListin interface- Service.TraceInfoV3OrBuilder
 
 - 
getAssessmentsOrBuilderListpublic java.util.List<? extends Assessments.AssessmentOrBuilder> getAssessmentsOrBuilderList() repeated .mlflow.assessments.Assessment assessments = 10;- Specified by:
- getAssessmentsOrBuilderListin interface- Service.TraceInfoV3OrBuilder
 
 - 
getAssessmentsCountpublic int getAssessmentsCount() repeated .mlflow.assessments.Assessment assessments = 10;- Specified by:
- getAssessmentsCountin interface- Service.TraceInfoV3OrBuilder
 
 - 
getAssessmentspublic Assessments.Assessment getAssessments(int index) repeated .mlflow.assessments.Assessment assessments = 10;- Specified by:
- getAssessmentsin interface- Service.TraceInfoV3OrBuilder
 
 - 
getAssessmentsOrBuilderpublic Assessments.AssessmentOrBuilder getAssessmentsOrBuilder(int index) repeated .mlflow.assessments.Assessment assessments = 10;- Specified by:
- getAssessmentsOrBuilderin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTagsCountpublic int getTagsCount() Description copied from interface:Service.TraceInfoV3OrBuilderMutable, user-defined tags for the trace, e.g. “question_topic”: “DBSQL” map<string, string> tags = 11;- Specified by:
- getTagsCountin interface- Service.TraceInfoV3OrBuilder
 
 - 
containsTagspublic 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:
- containsTagsin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTags@Deprecated public java.util.Map<java.lang.String,java.lang.String> getTags() Deprecated.UsegetTagsMap()instead.- Specified by:
- getTagsin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTagsMappublic 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:
- getTagsMapin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTagsOrDefaultpublic 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:
- getTagsOrDefaultin interface- Service.TraceInfoV3OrBuilder
 
 - 
getTagsOrThrowpublic 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:
- getTagsOrThrowin interface- Service.TraceInfoV3OrBuilder
 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3
 
 - 
writeTopublic void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
- writeToin interface- com.google.protobuf.MessageLite
- Overrides:
- writeToin class- com.google.protobuf.GeneratedMessageV3
- Throws:
- java.io.IOException
 
 - 
getSerializedSizepublic int getSerializedSize() - Specified by:
- getSerializedSizein interface- com.google.protobuf.MessageLite
- Overrides:
- getSerializedSizein class- com.google.protobuf.GeneratedMessageV3
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Specified by:
- equalsin interface- com.google.protobuf.Message
- Overrides:
- equalsin class- com.google.protobuf.AbstractMessage
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- com.google.protobuf.Message
- Overrides:
- hashCodein class- com.google.protobuf.AbstractMessage
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
- com.google.protobuf.InvalidProtocolBufferException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(java.io.InputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseDelimitedFrompublic static Service.TraceInfoV3 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseDelimitedFrompublic static Service.TraceInfoV3 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
parseFrompublic static Service.TraceInfoV3 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
newBuilderForTypepublic Service.TraceInfoV3.Builder newBuilderForType() - Specified by:
- newBuilderForTypein interface- com.google.protobuf.Message
- Specified by:
- newBuilderForTypein interface- com.google.protobuf.MessageLite
 
 - 
newBuilderpublic static Service.TraceInfoV3.Builder newBuilder() 
 - 
newBuilderpublic static Service.TraceInfoV3.Builder newBuilder(Service.TraceInfoV3 prototype) 
 - 
toBuilderpublic Service.TraceInfoV3.Builder toBuilder() - Specified by:
- toBuilderin interface- com.google.protobuf.Message
- Specified by:
- toBuilderin interface- com.google.protobuf.MessageLite
 
 - 
newBuilderForTypeprotected Service.TraceInfoV3.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
- newBuilderForTypein class- com.google.protobuf.GeneratedMessageV3
 
 - 
getDefaultInstancepublic static Service.TraceInfoV3 getDefaultInstance() 
 - 
parserpublic static com.google.protobuf.Parser<Service.TraceInfoV3> parser() 
 - 
getParserForTypepublic com.google.protobuf.Parser<Service.TraceInfoV3> getParserForType() - Specified by:
- getParserForTypein interface- com.google.protobuf.Message
- Specified by:
- getParserForTypein interface- com.google.protobuf.MessageLite
- Overrides:
- getParserForTypein class- com.google.protobuf.GeneratedMessageV3
 
 - 
getDefaultInstanceForTypepublic Service.TraceInfoV3 getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 
- 
 
-