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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateMLModelResponse.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.