CopyableBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
, SdkBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
public static interface GetMLModelRequest.Builder extends CopyableBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
Modifier and Type | Method | Description |
---|---|---|
GetMLModelRequest.Builder |
mlModelId(String mlModelId) |
The ID assigned to the
MLModel at creation. |
GetMLModelRequest.Builder |
verbose(Boolean verbose) |
Specifies whether the
GetMLModel operation should return Recipe . |
copy
apply, build
GetMLModelRequest.Builder mlModelId(String mlModelId)
The ID assigned to the MLModel
at creation.
mlModelId
- The ID assigned to the MLModel
at creation.GetMLModelRequest.Builder verbose(Boolean verbose)
Specifies whether the GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
verbose
- Specifies whether the GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.