public class CreateMLModelResult extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
CreateMLModelResult() |
Modifier and Type | Method and Description |
---|---|
CreateMLModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getMLModelId()
A user-supplied ID that uniquely identifies the
MLModel . |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateMLModelResult |
withMLModelId(String mLModelId)
A user-supplied ID that uniquely identifies the
MLModel . |
public void setMLModelId(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.
mLModelId
- A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value
of the MLModelId
in the request.public String getMLModelId()
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 CreateMLModelResult withMLModelId(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.
mLModelId
- A user-supplied ID that uniquely identifies the
MLModel
. This value should be identical to the value
of the MLModelId
in the request.public String toString()
toString
in class Object
Object.toString()
public CreateMLModelResult clone()
Copyright © 2015. All rights reserved.