Uses of Class
org.mlflow.api.proto.Assessments.Expectation.SerializedValue.Builder
Packages that use Assessments.Expectation.SerializedValue.Builder
-
Uses of Assessments.Expectation.SerializedValue.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Assessments.Expectation.SerializedValue.BuilderModifier and TypeMethodDescriptionAssessments.Expectation.SerializedValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Assessments.Expectation.SerializedValue.Builder.clear()Assessments.Expectation.SerializedValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Assessments.Expectation.SerializedValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Assessments.Expectation.SerializedValue.Builder.clearSerializationFormat()Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder.clearValue()The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.Builder.clone()Assessments.Expectation.Builder.getSerializedValueBuilder()The value of the expecation-based assessment serialized as a string in a specified format.Assessments.Expectation.SerializedValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Assessments.Expectation.SerializedValue.Builder.mergeFrom(com.google.protobuf.Message other) Assessments.Expectation.SerializedValue.Builder.mergeFrom(Assessments.Expectation.SerializedValue other) Assessments.Expectation.SerializedValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Assessments.Expectation.SerializedValue.newBuilder()Assessments.Expectation.SerializedValue.newBuilder(Assessments.Expectation.SerializedValue prototype) Assessments.Expectation.SerializedValue.newBuilderForType()Assessments.Expectation.SerializedValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Assessments.Expectation.SerializedValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Assessments.Expectation.SerializedValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Assessments.Expectation.SerializedValue.Builder.setSerializationFormat(String value) Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder.setSerializationFormatBytes(com.google.protobuf.ByteString value) Marks the serialization format for the expectation value.Assessments.Expectation.SerializedValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.Builder.setValueBytes(com.google.protobuf.ByteString value) The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.Assessments.Expectation.SerializedValue.toBuilder()Methods in org.mlflow.api.proto with parameters of type Assessments.Expectation.SerializedValue.BuilderModifier and TypeMethodDescriptionAssessments.Expectation.Builder.setSerializedValue(Assessments.Expectation.SerializedValue.Builder builderForValue) The value of the expecation-based assessment serialized as a string in a specified format.