Uses of Interface
org.mlflow.api.proto.Assessments.ExpectationOrBuilder
-
Packages that use Assessments.ExpectationOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Assessments.ExpectationOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Assessments.ExpectationOrBuilder Modifier and Type Class Description static class
Assessments.Expectation
An expectation for the values or guidelines for the outputs that a model or agent should produce from the inputs contained in the trace.static class
Assessments.Expectation.Builder
An expectation for the values or guidelines for the outputs that a model or agent should produce from the inputs contained in the trace.Methods in org.mlflow.api.proto that return Assessments.ExpectationOrBuilder Modifier and Type Method Description Assessments.ExpectationOrBuilder
Assessments.Assessment.Builder. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.Assessments.ExpectationOrBuilder
Assessments.Assessment. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.Assessments.ExpectationOrBuilder
Assessments.AssessmentOrBuilder. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.
-