Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
@Generated("software.amazon.awssdk:codegen") public class GetMLModelRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetMLModelRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetMLModelRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
mlModelId() |
The ID assigned to the
MLModel at creation. |
static Class<? extends GetMLModelRequest.Builder> |
serializableBuilderClass() |
|
GetMLModelRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
verbose() |
Specifies whether the
GetMLModel operation should return Recipe . |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String mlModelId()
The ID assigned to the MLModel
at creation.
MLModel
at creation.public Boolean verbose()
Specifies whether the GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
GetMLModel
operation should return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public GetMLModelRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetMLModelRequest.Builder,GetMLModelRequest>
public static GetMLModelRequest.Builder builder()
public static Class<? extends GetMLModelRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.