@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLModelTransformJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMLModelTransformJobResult() |
Modifier and Type | Method and Description |
---|---|
GetMLModelTransformJobResult |
clone() |
boolean |
equals(Object obj) |
MlResourceDefinition |
getBaseProcessingJob()
The base data processing job.
|
String |
getId()
The unique identifier of the model-transform job to be retrieved.
|
List<MlConfigDefinition> |
getModels()
A list of the configuration information for the models being used.
|
MlResourceDefinition |
getRemoteModelTransformJob()
The remote model transform job.
|
String |
getStatus()
The status of the model-transform job.
|
int |
hashCode() |
void |
setBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
|
void |
setId(String id)
The unique identifier of the model-transform job to be retrieved.
|
void |
setModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
|
void |
setRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
|
void |
setStatus(String status)
The status of the model-transform job.
|
String |
toString()
Returns a string representation of this object.
|
GetMLModelTransformJobResult |
withBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
|
GetMLModelTransformJobResult |
withId(String id)
The unique identifier of the model-transform job to be retrieved.
|
GetMLModelTransformJobResult |
withModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
|
GetMLModelTransformJobResult |
withModels(MlConfigDefinition... models)
A list of the configuration information for the models being used.
|
GetMLModelTransformJobResult |
withRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
|
GetMLModelTransformJobResult |
withStatus(String status)
The status of the model-transform job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the model-transform job.
status
- The status of the model-transform job.public String getStatus()
The status of the model-transform job.
public GetMLModelTransformJobResult withStatus(String status)
The status of the model-transform job.
status
- The status of the model-transform job.public void setId(String id)
The unique identifier of the model-transform job to be retrieved.
id
- The unique identifier of the model-transform job to be retrieved.public String getId()
The unique identifier of the model-transform job to be retrieved.
public GetMLModelTransformJobResult withId(String id)
The unique identifier of the model-transform job to be retrieved.
id
- The unique identifier of the model-transform job to be retrieved.public void setBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
baseProcessingJob
- The base data processing job.public MlResourceDefinition getBaseProcessingJob()
The base data processing job.
public GetMLModelTransformJobResult withBaseProcessingJob(MlResourceDefinition baseProcessingJob)
The base data processing job.
baseProcessingJob
- The base data processing job.public void setRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
remoteModelTransformJob
- The remote model transform job.public MlResourceDefinition getRemoteModelTransformJob()
The remote model transform job.
public GetMLModelTransformJobResult withRemoteModelTransformJob(MlResourceDefinition remoteModelTransformJob)
The remote model transform job.
remoteModelTransformJob
- The remote model transform job.public List<MlConfigDefinition> getModels()
A list of the configuration information for the models being used.
public void setModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
models
- A list of the configuration information for the models being used.public GetMLModelTransformJobResult withModels(MlConfigDefinition... models)
A list of the configuration information for the models being used.
NOTE: This method appends the values to the existing list (if any). Use
setModels(java.util.Collection)
or withModels(java.util.Collection)
if you want to override the
existing values.
models
- A list of the configuration information for the models being used.public GetMLModelTransformJobResult withModels(Collection<MlConfigDefinition> models)
A list of the configuration information for the models being used.
models
- A list of the configuration information for the models being used.public String toString()
toString
in class Object
Object.toString()
public GetMLModelTransformJobResult clone()