@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCustomModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCustomModelResult() |
Modifier and Type | Method and Description |
---|---|
GetCustomModelResult |
addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
GetCustomModelResult |
clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
GetCustomModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaseModelArn()
ARN of the base model.
|
Date |
getCreationTime()
Creation time of the model.
|
Map<String,String> |
getHyperParameters()
Hyperparameter values associated with this model.
|
String |
getJobArn()
Job ARN associated with this model.
|
String |
getJobName()
Job name associated with this model.
|
String |
getModelArn()
ARN associated with this model.
|
String |
getModelKmsKeyArn()
The custom model is encrypted at rest using this key.
|
String |
getModelName()
Model name associated with this model.
|
OutputDataConfig |
getOutputDataConfig()
Output data configuration associated with this custom model.
|
TrainingDataConfig |
getTrainingDataConfig()
Information about the training dataset.
|
TrainingMetrics |
getTrainingMetrics()
The training metrics from the job creation.
|
ValidationDataConfig |
getValidationDataConfig() |
List<ValidatorMetric> |
getValidationMetrics()
The validation metrics from the job creation.
|
int |
hashCode() |
void |
setBaseModelArn(String baseModelArn)
ARN of the base model.
|
void |
setCreationTime(Date creationTime)
Creation time of the model.
|
void |
setHyperParameters(Map<String,String> hyperParameters)
Hyperparameter values associated with this model.
|
void |
setJobArn(String jobArn)
Job ARN associated with this model.
|
void |
setJobName(String jobName)
Job name associated with this model.
|
void |
setModelArn(String modelArn)
ARN associated with this model.
|
void |
setModelKmsKeyArn(String modelKmsKeyArn)
The custom model is encrypted at rest using this key.
|
void |
setModelName(String modelName)
Model name associated with this model.
|
void |
setOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
|
void |
setTrainingDataConfig(TrainingDataConfig trainingDataConfig)
Information about the training dataset.
|
void |
setTrainingMetrics(TrainingMetrics trainingMetrics)
The training metrics from the job creation.
|
void |
setValidationDataConfig(ValidationDataConfig validationDataConfig) |
void |
setValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The validation metrics from the job creation.
|
String |
toString()
Returns a string representation of this object.
|
GetCustomModelResult |
withBaseModelArn(String baseModelArn)
ARN of the base model.
|
GetCustomModelResult |
withCreationTime(Date creationTime)
Creation time of the model.
|
GetCustomModelResult |
withHyperParameters(Map<String,String> hyperParameters)
Hyperparameter values associated with this model.
|
GetCustomModelResult |
withJobArn(String jobArn)
Job ARN associated with this model.
|
GetCustomModelResult |
withJobName(String jobName)
Job name associated with this model.
|
GetCustomModelResult |
withModelArn(String modelArn)
ARN associated with this model.
|
GetCustomModelResult |
withModelKmsKeyArn(String modelKmsKeyArn)
The custom model is encrypted at rest using this key.
|
GetCustomModelResult |
withModelName(String modelName)
Model name associated with this model.
|
GetCustomModelResult |
withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
|
GetCustomModelResult |
withTrainingDataConfig(TrainingDataConfig trainingDataConfig)
Information about the training dataset.
|
GetCustomModelResult |
withTrainingMetrics(TrainingMetrics trainingMetrics)
The training metrics from the job creation.
|
GetCustomModelResult |
withValidationDataConfig(ValidationDataConfig validationDataConfig) |
GetCustomModelResult |
withValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The validation metrics from the job creation.
|
GetCustomModelResult |
withValidationMetrics(ValidatorMetric... validationMetrics)
The validation metrics from the job creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelArn(String modelArn)
ARN associated with this model.
modelArn
- ARN associated with this model.public String getModelArn()
ARN associated with this model.
public GetCustomModelResult withModelArn(String modelArn)
ARN associated with this model.
modelArn
- ARN associated with this model.public void setModelName(String modelName)
Model name associated with this model.
modelName
- Model name associated with this model.public String getModelName()
Model name associated with this model.
public GetCustomModelResult withModelName(String modelName)
Model name associated with this model.
modelName
- Model name associated with this model.public void setJobName(String jobName)
Job name associated with this model.
jobName
- Job name associated with this model.public String getJobName()
Job name associated with this model.
public GetCustomModelResult withJobName(String jobName)
Job name associated with this model.
jobName
- Job name associated with this model.public void setJobArn(String jobArn)
Job ARN associated with this model.
jobArn
- Job ARN associated with this model.public String getJobArn()
Job ARN associated with this model.
public GetCustomModelResult withJobArn(String jobArn)
Job ARN associated with this model.
jobArn
- Job ARN associated with this model.public void setBaseModelArn(String baseModelArn)
ARN of the base model.
baseModelArn
- ARN of the base model.public String getBaseModelArn()
ARN of the base model.
public GetCustomModelResult withBaseModelArn(String baseModelArn)
ARN of the base model.
baseModelArn
- ARN of the base model.public void setModelKmsKeyArn(String modelKmsKeyArn)
The custom model is encrypted at rest using this key.
modelKmsKeyArn
- The custom model is encrypted at rest using this key.public String getModelKmsKeyArn()
The custom model is encrypted at rest using this key.
public GetCustomModelResult withModelKmsKeyArn(String modelKmsKeyArn)
The custom model is encrypted at rest using this key.
modelKmsKeyArn
- The custom model is encrypted at rest using this key.public Map<String,String> getHyperParameters()
Hyperparameter values associated with this model.
public void setHyperParameters(Map<String,String> hyperParameters)
Hyperparameter values associated with this model.
hyperParameters
- Hyperparameter values associated with this model.public GetCustomModelResult withHyperParameters(Map<String,String> hyperParameters)
Hyperparameter values associated with this model.
hyperParameters
- Hyperparameter values associated with this model.public GetCustomModelResult addHyperParametersEntry(String key, String value)
public GetCustomModelResult clearHyperParametersEntries()
public void setTrainingDataConfig(TrainingDataConfig trainingDataConfig)
Information about the training dataset.
trainingDataConfig
- Information about the training dataset.public TrainingDataConfig getTrainingDataConfig()
Information about the training dataset.
public GetCustomModelResult withTrainingDataConfig(TrainingDataConfig trainingDataConfig)
Information about the training dataset.
trainingDataConfig
- Information about the training dataset.public void setValidationDataConfig(ValidationDataConfig validationDataConfig)
validationDataConfig
- public ValidationDataConfig getValidationDataConfig()
public GetCustomModelResult withValidationDataConfig(ValidationDataConfig validationDataConfig)
validationDataConfig
- public void setOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
outputDataConfig
- Output data configuration associated with this custom model.public OutputDataConfig getOutputDataConfig()
Output data configuration associated with this custom model.
public GetCustomModelResult withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
outputDataConfig
- Output data configuration associated with this custom model.public void setTrainingMetrics(TrainingMetrics trainingMetrics)
The training metrics from the job creation.
trainingMetrics
- The training metrics from the job creation.public TrainingMetrics getTrainingMetrics()
The training metrics from the job creation.
public GetCustomModelResult withTrainingMetrics(TrainingMetrics trainingMetrics)
The training metrics from the job creation.
trainingMetrics
- The training metrics from the job creation.public List<ValidatorMetric> getValidationMetrics()
The validation metrics from the job creation.
public void setValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The validation metrics from the job creation.
validationMetrics
- The validation metrics from the job creation.public GetCustomModelResult withValidationMetrics(ValidatorMetric... validationMetrics)
The validation metrics from the job creation.
NOTE: This method appends the values to the existing list (if any). Use
setValidationMetrics(java.util.Collection)
or withValidationMetrics(java.util.Collection)
if
you want to override the existing values.
validationMetrics
- The validation metrics from the job creation.public GetCustomModelResult withValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The validation metrics from the job creation.
validationMetrics
- The validation metrics from the job creation.public void setCreationTime(Date creationTime)
Creation time of the model.
creationTime
- Creation time of the model.public Date getCreationTime()
Creation time of the model.
public GetCustomModelResult withCreationTime(Date creationTime)
Creation time of the model.
creationTime
- Creation time of the model.public String toString()
toString
in class Object
Object.toString()
public GetCustomModelResult clone()