Uses of Interface
software.amazon.awssdk.services.machinelearning.model.UpdateMlModelRequest.Builder
-
Packages that use UpdateMlModelRequest.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 UpdateMlModelRequest.Builder in software.amazon.awssdk.services.machinelearning
Method parameters in software.amazon.awssdk.services.machinelearning with type arguments of type UpdateMlModelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateMlModelResponse>MachineLearningAsyncClient. updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel.default UpdateMlModelResponseMachineLearningClient. updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)Updates theMLModelNameand theScoreThresholdof anMLModel. -
Uses of UpdateMlModelRequest.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return UpdateMlModelRequest.Builder Modifier and Type Method Description static UpdateMlModelRequest.BuilderUpdateMlModelRequest. builder()UpdateMlModelRequest.BuilderUpdateMlModelRequest.Builder. mlModelId(String mlModelId)The ID assigned to theMLModelduring creation.UpdateMlModelRequest.BuilderUpdateMlModelRequest.Builder. mlModelName(String mlModelName)A user-supplied name or description of theMLModel.UpdateMlModelRequest.BuilderUpdateMlModelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMlModelRequest.BuilderUpdateMlModelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMlModelRequest.BuilderUpdateMlModelRequest.Builder. scoreThreshold(Float scoreThreshold)TheScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.UpdateMlModelRequest.BuilderUpdateMlModelRequest. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type UpdateMlModelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMlModelRequest.Builder>UpdateMlModelRequest. serializableBuilderClass()
-