public static interface GetMlModelRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMlModelRequest.Builder |
mlModelId(String mlModelId)
The ID assigned to the
MLModel at creation. |
GetMlModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetMlModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetMlModelRequest.Builder |
verbose(Boolean verbose)
Specifies whether the
GetMLModel operation should return Recipe. |
buildoverrideConfigurationcopyapplyMutation, buildGetMlModelRequest.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.
GetMlModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetMlModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.