public static interface UpdateMlModelResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<UpdateMlModelResponse.Builder,UpdateMlModelResponse>
Modifier and Type | Method and Description |
---|---|
UpdateMlModelResponse.Builder |
mlModelId(String mlModelId)
The ID assigned to the
MLModel during creation. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateMlModelResponse.Builder mlModelId(String mlModelId)
The ID assigned to the MLModel
during creation. This value should be identical to the value of
the MLModelID
in the request.
mlModelId
- The ID assigned to the MLModel
during creation. This value should be identical to the
value of the MLModelID
in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.