ToCopyableBuilder<CreateMLModelResponse.Builder,CreateMLModelResponse>@Generated("software.amazon.awssdk:codegen") public class CreateMLModelResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
|---|---|---|
static interface |
CreateMLModelResponse.Builder |
| Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateMLModelResponse.Builder,CreateMLModelResponse>public static CreateMLModelResponse.Builder builder()
public static Class<? extends CreateMLModelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.