@Generated(value="software.amazon.awssdk:codegen") public final class GetMlModelRequest extends MachineLearningRequest implements ToCopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMlModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMlModelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
The ID assigned to the
MLModel at creation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMlModelRequest.Builder> |
serializableBuilderClass() |
GetMlModelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
verbose()
Specifies whether the
GetMLModel operation should return Recipe. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mlModelId()
The ID assigned to the MLModel at creation.
MLModel at creation.public final 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()
toBuilder in interface ToCopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>toBuilder in class MachineLearningRequestpublic static GetMlModelRequest.Builder builder()
public static Class<? extends GetMlModelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.