Uses of Interface
org.mlflow.api.proto.Service.ExpectationOrBuilder
-
Packages that use Service.ExpectationOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.ExpectationOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.ExpectationOrBuilder Modifier and Type Class Description static class
Service.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
Service.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 Service.ExpectationOrBuilder Modifier and Type Method Description Service.ExpectationOrBuilder
Service.Assessment.Builder. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.Service.ExpectationOrBuilder
Service.Assessment. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.Service.ExpectationOrBuilder
Service.AssessmentOrBuilder. getExpectationOrBuilder()
A representation of the guidelines and/or expected response from the agent.
-