@Generated(value="software.amazon.awssdk:codegen") public final class CreateMlModelResponse extends MachineLearningResponse implements ToCopyableBuilder<CreateMlModelResponse.Builder,CreateMlModelResponse>
Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received
the request.
The CreateMLModel operation is asynchronous. You can poll for status updates by using the
GetMLModel operation and checking the Status parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMlModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateMlModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMlModelResponse.Builder> |
serializableBuilderClass() |
CreateMlModelResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
MLModel. This value should be identical to
the value of the MLModelId in the request.public CreateMlModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMlModelResponse.Builder,CreateMlModelResponse>toBuilder in class AwsResponsepublic static CreateMlModelResponse.Builder builder()
public static Class<? extends CreateMlModelResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.