public class UpdateMLModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMLModelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMLModelRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMLModelId()
The ID assigned to the
MLModel during creation. |
String |
getMLModelName()
A user-supplied name or description of the
MLModel . |
Float |
getScoreThreshold()
The
ScoreThreshold used in binary classification
MLModel that marks the boundary between a positive
prediction and a negative prediction. |
int |
hashCode() |
void |
setMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
void |
setMLModelName(String mLModelName)
A user-supplied name or description of the
MLModel . |
void |
setScoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification
MLModel that marks the boundary between a positive
prediction and a negative prediction. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateMLModelRequest |
withMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
UpdateMLModelRequest |
withMLModelName(String mLModelName)
A user-supplied name or description of the
MLModel . |
UpdateMLModelRequest |
withScoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification
MLModel that marks the boundary between a positive
prediction and a negative prediction. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMLModelId(String mLModelId)
The ID assigned to the MLModel
during creation.
mLModelId
- The ID assigned to the MLModel
during creation.public String getMLModelId()
The ID assigned to the MLModel
during creation.
MLModel
during creation.public UpdateMLModelRequest withMLModelId(String mLModelId)
The ID assigned to the MLModel
during creation.
mLModelId
- The ID assigned to the MLModel
during creation.public void setMLModelName(String mLModelName)
A user-supplied name or description of the MLModel
.
mLModelName
- A user-supplied name or description of the MLModel
.public String getMLModelName()
A user-supplied name or description of the MLModel
.
MLModel
.public UpdateMLModelRequest withMLModelName(String mLModelName)
A user-supplied name or description of the MLModel
.
mLModelName
- A user-supplied name or description of the MLModel
.public void setScoreThreshold(Float scoreThreshold)
The ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold
receive a positive result from the MLModel
, such as
true
. Output values less than the
ScoreThreshold
receive a negative response from the
MLModel
, such as false
.
scoreThreshold
- The ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the
ScoreThreshold
receive a positive result from the
MLModel
, such as true
. Output values
less than the ScoreThreshold
receive a negative
response from the MLModel
, such as false
.
public Float getScoreThreshold()
The ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold
receive a positive result from the MLModel
, such as
true
. Output values less than the
ScoreThreshold
receive a negative response from the
MLModel
, such as false
.
ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the
ScoreThreshold
receive a positive result from the
MLModel
, such as true
. Output values
less than the ScoreThreshold
receive a negative
response from the MLModel
, such as
false
.
public UpdateMLModelRequest withScoreThreshold(Float scoreThreshold)
The ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold
receive a positive result from the MLModel
, such as
true
. Output values less than the
ScoreThreshold
receive a negative response from the
MLModel
, such as false
.
scoreThreshold
- The ScoreThreshold
used in binary classification
MLModel
that marks the boundary between a positive
prediction and a negative prediction.
Output values greater than or equal to the
ScoreThreshold
receive a positive result from the
MLModel
, such as true
. Output values
less than the ScoreThreshold
receive a negative
response from the MLModel
, such as false
.
public String toString()
toString
in class Object
Object.toString()
public UpdateMLModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.