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 classService.ExpectationAn expectation for the values or guidelines for the outputs that a model or agent should produce from the inputs contained in the trace.static classService.Expectation.BuilderAn 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.ExpectationOrBuilderService.Assessment.Builder. getExpectationOrBuilder()A representation of the guidelines and/or expected response from the agent.Service.ExpectationOrBuilderService.Assessment. getExpectationOrBuilder()A representation of the guidelines and/or expected response from the agent.Service.ExpectationOrBuilderService.AssessmentOrBuilder. getExpectationOrBuilder()A representation of the guidelines and/or expected response from the agent.
-