Uses of Class
org.mlflow.api.proto.EvaluationDatasets.DatasetRecord.Builder
Packages that use EvaluationDatasets.DatasetRecord.Builder
-
Uses of EvaluationDatasets.DatasetRecord.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return EvaluationDatasets.DatasetRecord.BuilderModifier and TypeMethodDescriptionEvaluationDatasets.DatasetRecord.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EvaluationDatasets.DatasetRecord.Builder.clear()EvaluationDatasets.DatasetRecord.Builder.clearCreatedBy()User who created the recordEvaluationDatasets.DatasetRecord.Builder.clearCreatedTime()Creation timestamp in millisecondsEvaluationDatasets.DatasetRecord.Builder.clearDatasetId()ID of the dataset this record belongs toEvaluationDatasets.DatasetRecord.Builder.clearDatasetRecordId()Unique identifier for the recordEvaluationDatasets.DatasetRecord.Builder.clearExpectations()Expectations as JSON stringEvaluationDatasets.DatasetRecord.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EvaluationDatasets.DatasetRecord.Builder.clearInputs()Inputs as JSON stringEvaluationDatasets.DatasetRecord.Builder.clearLastUpdatedBy()User who last updated the recordEvaluationDatasets.DatasetRecord.Builder.clearLastUpdateTime()Last update timestamp in millisecondsEvaluationDatasets.DatasetRecord.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EvaluationDatasets.DatasetRecord.Builder.clearSource()Source information as JSON stringEvaluationDatasets.DatasetRecord.Builder.clearSourceId()Source ID for quick lookups (e.g., trace_id)EvaluationDatasets.DatasetRecord.Builder.clearSourceType()Source typeEvaluationDatasets.DatasetRecord.Builder.clearTags()Tags as JSON stringEvaluationDatasets.DatasetRecord.Builder.clone()EvaluationDatasets.DatasetRecord.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EvaluationDatasets.DatasetRecord.Builder.mergeFrom(com.google.protobuf.Message other) EvaluationDatasets.DatasetRecord.Builder.mergeFrom(EvaluationDatasets.DatasetRecord other) EvaluationDatasets.DatasetRecord.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EvaluationDatasets.DatasetRecord.newBuilder()EvaluationDatasets.DatasetRecord.newBuilder(EvaluationDatasets.DatasetRecord prototype) EvaluationDatasets.DatasetRecord.newBuilderForType()protected EvaluationDatasets.DatasetRecord.BuilderEvaluationDatasets.DatasetRecord.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EvaluationDatasets.DatasetRecord.Builder.setCreatedBy(String value) User who created the recordEvaluationDatasets.DatasetRecord.Builder.setCreatedByBytes(com.google.protobuf.ByteString value) User who created the recordEvaluationDatasets.DatasetRecord.Builder.setCreatedTime(long value) Creation timestamp in millisecondsEvaluationDatasets.DatasetRecord.Builder.setDatasetId(String value) ID of the dataset this record belongs toEvaluationDatasets.DatasetRecord.Builder.setDatasetIdBytes(com.google.protobuf.ByteString value) ID of the dataset this record belongs toEvaluationDatasets.DatasetRecord.Builder.setDatasetRecordId(String value) Unique identifier for the recordEvaluationDatasets.DatasetRecord.Builder.setDatasetRecordIdBytes(com.google.protobuf.ByteString value) Unique identifier for the recordEvaluationDatasets.DatasetRecord.Builder.setExpectations(String value) Expectations as JSON stringEvaluationDatasets.DatasetRecord.Builder.setExpectationsBytes(com.google.protobuf.ByteString value) Expectations as JSON stringEvaluationDatasets.DatasetRecord.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Inputs as JSON stringEvaluationDatasets.DatasetRecord.Builder.setInputsBytes(com.google.protobuf.ByteString value) Inputs as JSON stringEvaluationDatasets.DatasetRecord.Builder.setLastUpdatedBy(String value) User who last updated the recordEvaluationDatasets.DatasetRecord.Builder.setLastUpdatedByBytes(com.google.protobuf.ByteString value) User who last updated the recordEvaluationDatasets.DatasetRecord.Builder.setLastUpdateTime(long value) Last update timestamp in millisecondsEvaluationDatasets.DatasetRecord.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Source information as JSON stringEvaluationDatasets.DatasetRecord.Builder.setSourceBytes(com.google.protobuf.ByteString value) Source information as JSON stringEvaluationDatasets.DatasetRecord.Builder.setSourceId(String value) Source ID for quick lookups (e.g., trace_id)EvaluationDatasets.DatasetRecord.Builder.setSourceIdBytes(com.google.protobuf.ByteString value) Source ID for quick lookups (e.g., trace_id)EvaluationDatasets.DatasetRecord.Builder.setSourceType(EvaluationDatasets.DatasetRecordSource.SourceType value) Source typeTags as JSON stringEvaluationDatasets.DatasetRecord.Builder.setTagsBytes(com.google.protobuf.ByteString value) Tags as JSON stringEvaluationDatasets.DatasetRecord.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EvaluationDatasets.DatasetRecord.toBuilder()