@Generated(value="software.amazon.awssdk:codegen") public class CreateMLModelResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
String |
mlModelId()
A user-supplied ID that uniquely identifies the
MLModel. |
static Class<? extends CreateMLModelResponse.Builder> |
serializableBuilderClass() |
CreateMLModelResponse.Builder |
toBuilder() |
String |
toString() |
clone, 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateMLModelResponse.Builder,CreateMLModelResponse>public static CreateMLModelResponse.Builder builder()
public static Class<? extends CreateMLModelResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.