public static interface CreateMlModelResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<CreateMlModelResponse.Builder,CreateMlModelResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMlModelResponse.Builder |
mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateMlModelResponse.Builder mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the
value of the MLModelId in the request.
mlModelId - A user-supplied ID that uniquely identifies the MLModel. This value should be identical
to the value of the MLModelId in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.