Uses of Class
software.amazon.awssdk.services.bedrock.model.ApplicationType
-
Packages that use ApplicationType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ApplicationType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ApplicationType Modifier and Type Method Description ApplicationTypeCreateEvaluationJobRequest. applicationType()Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).ApplicationTypeEvaluationSummary. applicationType()Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).ApplicationTypeGetEvaluationJobResponse. applicationType()Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).ApplicationTypeListEvaluationJobsRequest. applicationTypeEquals()A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.static ApplicationTypeApplicationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ApplicationType Modifier and Type Method Description static Set<ApplicationType>ApplicationType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ApplicationType Modifier and Type Method Description CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. applicationType(ApplicationType applicationType)Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).EvaluationSummary.BuilderEvaluationSummary.Builder. applicationType(ApplicationType applicationType)Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. applicationType(ApplicationType applicationType)Specifies whether the evaluation job is for evaluating a model or evaluating a knowledge base (retrieval and response generation).ListEvaluationJobsRequest.BuilderListEvaluationJobsRequest.Builder. applicationTypeEquals(ApplicationType applicationTypeEquals)A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
-