@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterTrainingJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Specifies summary information about a training job.
Constructor and Description |
---|
HyperParameterTrainingJobSummary() |
Modifier and Type | Method and Description |
---|---|
HyperParameterTrainingJobSummary |
addTunedHyperParametersEntry(String key,
String value) |
HyperParameterTrainingJobSummary |
clearTunedHyperParametersEntries()
Removes all the entries added into TunedHyperParameters.
|
HyperParameterTrainingJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that the training job was created.
|
String |
getFailureReason()
The reason that the training job failed.
|
FinalHyperParameterTuningJobObjectiveMetric |
getFinalHyperParameterTuningJobObjectiveMetric()
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
String |
getObjectiveStatus()
The status of the objective metric for the training job:
|
Date |
getTrainingEndTime()
The date and time that the training job ended.
|
String |
getTrainingJobArn()
The Amazon Resource Name (ARN) of the training job.
|
String |
getTrainingJobName()
The name of the training job.
|
String |
getTrainingJobStatus()
The status of the training job.
|
Date |
getTrainingStartTime()
The date and time that the training job started.
|
Map<String,String> |
getTunedHyperParameters()
A list of the hyperparameters for which you specified ranges to search.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The date and time that the training job was created.
|
void |
setFailureReason(String failureReason)
The reason that the training job failed.
|
void |
setFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
void |
setObjectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
|
void |
setTrainingEndTime(Date trainingEndTime)
The date and time that the training job ended.
|
void |
setTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
void |
setTrainingJobName(String trainingJobName)
The name of the training job.
|
void |
setTrainingJobStatus(String trainingJobStatus)
The status of the training job.
|
void |
setTrainingStartTime(Date trainingStartTime)
The date and time that the training job started.
|
void |
setTunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HyperParameterTrainingJobSummary |
withCreationTime(Date creationTime)
The date and time that the training job was created.
|
HyperParameterTrainingJobSummary |
withFailureReason(String failureReason)
The reason that the training job failed.
|
HyperParameterTrainingJobSummary |
withFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
HyperParameterTrainingJobSummary |
withObjectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary |
withObjectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary |
withTrainingEndTime(Date trainingEndTime)
The date and time that the training job ended.
|
HyperParameterTrainingJobSummary |
withTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
HyperParameterTrainingJobSummary |
withTrainingJobName(String trainingJobName)
The name of the training job.
|
HyperParameterTrainingJobSummary |
withTrainingJobStatus(String trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary |
withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary |
withTrainingStartTime(Date trainingStartTime)
The date and time that the training job started.
|
HyperParameterTrainingJobSummary |
withTunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
|
public void setTrainingJobName(String trainingJobName)
The name of the training job.
trainingJobName
- The name of the training job.public String getTrainingJobName()
The name of the training job.
public HyperParameterTrainingJobSummary withTrainingJobName(String trainingJobName)
The name of the training job.
trainingJobName
- The name of the training job.public void setTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
trainingJobArn
- The Amazon Resource Name (ARN) of the training job.public String getTrainingJobArn()
The Amazon Resource Name (ARN) of the training job.
public HyperParameterTrainingJobSummary withTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
trainingJobArn
- The Amazon Resource Name (ARN) of the training job.public void setCreationTime(Date creationTime)
The date and time that the training job was created.
creationTime
- The date and time that the training job was created.public Date getCreationTime()
The date and time that the training job was created.
public HyperParameterTrainingJobSummary withCreationTime(Date creationTime)
The date and time that the training job was created.
creationTime
- The date and time that the training job was created.public void setTrainingStartTime(Date trainingStartTime)
The date and time that the training job started.
trainingStartTime
- The date and time that the training job started.public Date getTrainingStartTime()
The date and time that the training job started.
public HyperParameterTrainingJobSummary withTrainingStartTime(Date trainingStartTime)
The date and time that the training job started.
trainingStartTime
- The date and time that the training job started.public void setTrainingEndTime(Date trainingEndTime)
The date and time that the training job ended.
trainingEndTime
- The date and time that the training job ended.public Date getTrainingEndTime()
The date and time that the training job ended.
public HyperParameterTrainingJobSummary withTrainingEndTime(Date trainingEndTime)
The date and time that the training job ended.
trainingEndTime
- The date and time that the training job ended.public void setTrainingJobStatus(String trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
public String getTrainingJobStatus()
The status of the training job.
TrainingJobStatus
public HyperParameterTrainingJobSummary withTrainingJobStatus(String trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
public HyperParameterTrainingJobSummary withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
public Map<String,String> getTunedHyperParameters()
A list of the hyperparameters for which you specified ranges to search.
public void setTunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
tunedHyperParameters
- A list of the hyperparameters for which you specified ranges to search.public HyperParameterTrainingJobSummary withTunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
tunedHyperParameters
- A list of the hyperparameters for which you specified ranges to search.public HyperParameterTrainingJobSummary addTunedHyperParametersEntry(String key, String value)
public HyperParameterTrainingJobSummary clearTunedHyperParametersEntries()
public void setFailureReason(String failureReason)
The reason that the training job failed.
failureReason
- The reason that the training job failed.public String getFailureReason()
The reason that the training job failed.
public HyperParameterTrainingJobSummary withFailureReason(String failureReason)
The reason that the training job failed.
failureReason
- The reason that the training job failed.public void setFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.
finalHyperParameterTuningJobObjectiveMetric
- The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective
metric of the tuning job that launched this training job.public FinalHyperParameterTuningJobObjectiveMetric getFinalHyperParameterTuningJobObjectiveMetric()
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.
public HyperParameterTrainingJobSummary withFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.
finalHyperParameterTuningJobObjectiveMetric
- The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective
metric of the tuning job that launched this training job.public void setObjectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
objectiveStatus
- The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
public String getObjectiveStatus()
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
public HyperParameterTrainingJobSummary withObjectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
objectiveStatus
- The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
public HyperParameterTrainingJobSummary withObjectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
objectiveStatus
- The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
public String toString()
toString
in class Object
Object.toString()
public HyperParameterTrainingJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.