Uses of Interface
software.amazon.awssdk.services.machinelearning.model.GetEvaluationRequest.Builder
-
Packages that use GetEvaluationRequest.Builder Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.model -
-
Uses of GetEvaluationRequest.Builder in software.amazon.awssdk.services.machinelearning
Method parameters in software.amazon.awssdk.services.machinelearning with type arguments of type GetEvaluationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEvaluationResponse>MachineLearningAsyncClient. getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation.default GetEvaluationResponseMachineLearningClient. getEvaluation(Consumer<GetEvaluationRequest.Builder> getEvaluationRequest)Returns anEvaluationthat includes metadata as well as the current status of theEvaluation. -
Uses of GetEvaluationRequest.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return GetEvaluationRequest.Builder Modifier and Type Method Description static GetEvaluationRequest.BuilderGetEvaluationRequest. builder()GetEvaluationRequest.BuilderGetEvaluationRequest.Builder. evaluationId(String evaluationId)The ID of theEvaluationto retrieve.GetEvaluationRequest.BuilderGetEvaluationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEvaluationRequest.BuilderGetEvaluationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEvaluationRequest.BuilderGetEvaluationRequest. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type GetEvaluationRequest.Builder Modifier and Type Method Description static Class<? extends GetEvaluationRequest.Builder>GetEvaluationRequest. serializableBuilderClass()
-