@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLModelTrainingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMLModelTrainingJobResult() |
Modifier and Type | Method and Description |
---|---|
GetMLModelTrainingJobResult |
clone() |
boolean |
equals(Object obj) |
MlResourceDefinition |
getHpoJob()
The HPO job.
|
String |
getId()
The unique identifier of this model-training job.
|
List<MlConfigDefinition> |
getMlModels()
A list of the configurations of the ML models being used.
|
MlResourceDefinition |
getModelTransformJob()
The model transform job.
|
MlResourceDefinition |
getProcessingJob()
The data processing job.
|
String |
getStatus()
The status of the model training job.
|
int |
hashCode() |
void |
setHpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
void |
setId(String id)
The unique identifier of this model-training job.
|
void |
setMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
void |
setModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
void |
setProcessingJob(MlResourceDefinition processingJob)
The data processing job.
|
void |
setStatus(String status)
The status of the model training job.
|
String |
toString()
Returns a string representation of this object.
|
GetMLModelTrainingJobResult |
withHpoJob(MlResourceDefinition hpoJob)
The HPO job.
|
GetMLModelTrainingJobResult |
withId(String id)
The unique identifier of this model-training job.
|
GetMLModelTrainingJobResult |
withMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTrainingJobResult |
withMlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
|
GetMLModelTrainingJobResult |
withModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
|
GetMLModelTrainingJobResult |
withProcessingJob(MlResourceDefinition processingJob)
The data processing job.
|
GetMLModelTrainingJobResult |
withStatus(String status)
The status of the model training job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the model training job.
status
- The status of the model training job.public String getStatus()
The status of the model training job.
public GetMLModelTrainingJobResult withStatus(String status)
The status of the model training job.
status
- The status of the model training job.public void setId(String id)
The unique identifier of this model-training job.
id
- The unique identifier of this model-training job.public String getId()
The unique identifier of this model-training job.
public GetMLModelTrainingJobResult withId(String id)
The unique identifier of this model-training job.
id
- The unique identifier of this model-training job.public void setProcessingJob(MlResourceDefinition processingJob)
The data processing job.
processingJob
- The data processing job.public MlResourceDefinition getProcessingJob()
The data processing job.
public GetMLModelTrainingJobResult withProcessingJob(MlResourceDefinition processingJob)
The data processing job.
processingJob
- The data processing job.public void setHpoJob(MlResourceDefinition hpoJob)
The HPO job.
hpoJob
- The HPO job.public MlResourceDefinition getHpoJob()
The HPO job.
public GetMLModelTrainingJobResult withHpoJob(MlResourceDefinition hpoJob)
The HPO job.
hpoJob
- The HPO job.public void setModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
modelTransformJob
- The model transform job.public MlResourceDefinition getModelTransformJob()
The model transform job.
public GetMLModelTrainingJobResult withModelTransformJob(MlResourceDefinition modelTransformJob)
The model transform job.
modelTransformJob
- The model transform job.public List<MlConfigDefinition> getMlModels()
A list of the configurations of the ML models being used.
public void setMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
mlModels
- A list of the configurations of the ML models being used.public GetMLModelTrainingJobResult withMlModels(MlConfigDefinition... mlModels)
A list of the configurations of the ML models being used.
NOTE: This method appends the values to the existing list (if any). Use
setMlModels(java.util.Collection)
or withMlModels(java.util.Collection)
if you want to override
the existing values.
mlModels
- A list of the configurations of the ML models being used.public GetMLModelTrainingJobResult withMlModels(Collection<MlConfigDefinition> mlModels)
A list of the configurations of the ML models being used.
mlModels
- A list of the configurations of the ML models being used.public String toString()
toString
in class Object
Object.toString()
public GetMLModelTrainingJobResult clone()