Uses of Class
org.mlflow.api.proto.Assessments.Expectation
Packages that use Assessments.Expectation
-
Uses of Assessments.Expectation in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Assessments.ExpectationModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Assessments.Expectation>
Assessments.Expectation.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Assessments.ExpectationModifier and TypeMethodDescriptionAssessments.Expectation.Builder.build()
Assessments.Expectation.Builder.buildPartial()
static Assessments.Expectation
Assessments.Expectation.getDefaultInstance()
Assessments.Expectation.Builder.getDefaultInstanceForType()
Assessments.Expectation.getDefaultInstanceForType()
Assessments.Assessment.Builder.getExpectation()
A representation of the guidelines and/or expected response from the agent.Assessments.Assessment.getExpectation()
A representation of the guidelines and/or expected response from the agent.Assessments.AssessmentOrBuilder.getExpectation()
A representation of the guidelines and/or expected response from the agent.static Assessments.Expectation
Assessments.Expectation.parseDelimitedFrom
(InputStream input) static Assessments.Expectation
Assessments.Expectation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Assessments.Expectation
Assessments.Expectation.parseFrom
(byte[] data) static Assessments.Expectation
Assessments.Expectation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Assessments.Expectation
Assessments.Expectation.parseFrom
(com.google.protobuf.ByteString data) static Assessments.Expectation
Assessments.Expectation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Assessments.Expectation
Assessments.Expectation.parseFrom
(com.google.protobuf.CodedInputStream input) static Assessments.Expectation
Assessments.Expectation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Assessments.Expectation
Assessments.Expectation.parseFrom
(InputStream input) static Assessments.Expectation
Assessments.Expectation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Assessments.Expectation
Assessments.Expectation.parseFrom
(ByteBuffer data) static Assessments.Expectation
Assessments.Expectation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Assessments.ExpectationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Assessments.Expectation>
Assessments.Expectation.getParserForType()
static com.google.protobuf.Parser<Assessments.Expectation>
Assessments.Expectation.parser()
Methods in org.mlflow.api.proto with parameters of type Assessments.ExpectationModifier and TypeMethodDescriptionAssessments.Assessment.Builder.mergeExpectation
(Assessments.Expectation value) A representation of the guidelines and/or expected response from the agent.Assessments.Expectation.Builder.mergeFrom
(Assessments.Expectation other) Assessments.Expectation.newBuilder
(Assessments.Expectation prototype) Assessments.Assessment.Builder.setExpectation
(Assessments.Expectation value) A representation of the guidelines and/or expected response from the agent.