public class GetMLModelRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns an MLModel
that includes detailed metadata, data source
information, and the current status of the MLModel
.
GetMLModel
provides results in normal or verbose format.
Constructor and Description |
---|
GetMLModelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMLModelId()
The ID assigned to the
MLModel at creation. |
java.lang.Boolean |
getVerbose()
Specifies whether the
GetMLModel operation should return
Recipe . |
int |
hashCode() |
java.lang.Boolean |
isVerbose()
Specifies whether the
GetMLModel operation should return
Recipe . |
void |
setMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel at creation. |
void |
setVerbose(java.lang.Boolean verbose)
Specifies whether the
GetMLModel operation should return
Recipe . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMLModelRequest |
withMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel at creation. |
GetMLModelRequest |
withVerbose(java.lang.Boolean verbose)
Specifies whether the
GetMLModel operation should return
Recipe . |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getMLModelId()
The ID assigned to the MLModel
at creation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
The ID assigned to the MLModel
at creation.
public void setMLModelId(java.lang.String mLModelId)
The ID assigned to the MLModel
at creation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
-
The ID assigned to the MLModel
at creation.
public GetMLModelRequest withMLModelId(java.lang.String mLModelId)
The ID assigned to the MLModel
at creation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
-
The ID assigned to the MLModel
at creation.
public java.lang.Boolean isVerbose()
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public java.lang.Boolean getVerbose()
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public void setVerbose(java.lang.Boolean verbose)
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
verbose
-
Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public GetMLModelRequest withVerbose(java.lang.Boolean verbose)
Specifies whether the GetMLModel
operation should return
Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
Returns a reference to this object so that method calls can be chained together.
verbose
-
Specifies whether the GetMLModel
operation should
return Recipe
.
If true, Recipe
is returned.
If false, Recipe
is not returned.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.