public class GetMLModelRequest extends AmazonWebServiceRequest implements Serializable
GetMLModel operation
.
Returns the detail metadata, schema, and data file information for a MLModel , as well as 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(Object obj) |
String |
getMLModelId()
The ID assigned to the MLModel at creation.
|
Boolean |
getVerbose()
Specifies whether the GetMLModel operation should return
Recipe
|
int |
hashCode() |
Boolean |
isVerbose()
Specifies whether the GetMLModel operation should return
Recipe
|
void |
setMLModelId(String mLModelId)
The ID assigned to the MLModel at creation.
|
void |
setVerbose(Boolean verbose)
Specifies whether the GetMLModel operation should return
Recipe
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMLModelRequest |
withMLModelId(String mLModelId)
The ID assigned to the MLModel at creation.
|
GetMLModelRequest |
withVerbose(Boolean verbose)
Specifies whether the GetMLModel operation should return
Recipe
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getMLModelId()
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
public void setMLModelId(String mLModelId)
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
- The ID assigned to the MLModel at creation.public GetMLModelRequest withMLModelId(String mLModelId)
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 Boolean isVerbose()
If true, Recipe is returned.
If false, Recipe is not returned.
If true, Recipe is returned.
If false, Recipe is not returned.
public void setVerbose(Boolean verbose)
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(Boolean verbose)
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 Boolean getVerbose()
If true, Recipe is returned.
If false, Recipe is not returned.
If true, Recipe is returned.
If false, Recipe is not returned.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.