@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)
Add a single TunedHyperParameters entry
|
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()
Specifies the time when the training job ends on training instances.
|
String |
getTrainingJobArn()
The Amazon Resource Name (ARN) of the training job.
|
String |
getTrainingJobDefinitionName()
The training job definition name.
|
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.
|
String |
getTuningJobName()
The HyperParameter tuning job that launched the training job.
|
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)
Specifies the time when the training job ends on training instances.
|
void |
setTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
void |
setTrainingJobDefinitionName(String trainingJobDefinitionName)
The training job definition name.
|
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.
|
void |
setTuningJobName(String tuningJobName)
The HyperParameter tuning job that launched the training job.
|
String |
toString()
Returns a string representation of this object.
|
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)
Specifies the time when the training job ends on training instances.
|
HyperParameterTrainingJobSummary |
withTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
HyperParameterTrainingJobSummary |
withTrainingJobDefinitionName(String trainingJobDefinitionName)
The training job definition name.
|
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.
|
HyperParameterTrainingJobSummary |
withTuningJobName(String tuningJobName)
The HyperParameter tuning job that launched the training job.
|
public void setTrainingJobDefinitionName(String trainingJobDefinitionName)
The training job definition name.
trainingJobDefinitionName
- The training job definition name.public String getTrainingJobDefinitionName()
The training job definition name.
public HyperParameterTrainingJobSummary withTrainingJobDefinitionName(String trainingJobDefinitionName)
The training job definition name.
trainingJobDefinitionName
- The training job definition name.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 setTuningJobName(String tuningJobName)
The HyperParameter tuning job that launched the training job.
tuningJobName
- The HyperParameter tuning job that launched the training job.public String getTuningJobName()
The HyperParameter tuning job that launched the training job.
public HyperParameterTrainingJobSummary withTuningJobName(String tuningJobName)
The HyperParameter tuning job that launched the training job.
tuningJobName
- The HyperParameter tuning job that launched 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)
Specifies the time when the training job ends on training instances. You are billed for the time interval between
the value of TrainingStartTime
and this time. For successful jobs and stopped jobs, this is the time
after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job
failure.
trainingEndTime
- Specifies the time when the training job ends on training instances. You are billed for the time interval
between the value of TrainingStartTime
and this time. For successful jobs and stopped jobs,
this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon
SageMaker detects a job failure.public Date getTrainingEndTime()
Specifies the time when the training job ends on training instances. You are billed for the time interval between
the value of TrainingStartTime
and this time. For successful jobs and stopped jobs, this is the time
after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job
failure.
TrainingStartTime
and this time. For successful jobs and stopped jobs,
this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon
SageMaker detects a job failure.public HyperParameterTrainingJobSummary withTrainingEndTime(Date trainingEndTime)
Specifies the time when the training job ends on training instances. You are billed for the time interval between
the value of TrainingStartTime
and this time. For successful jobs and stopped jobs, this is the time
after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job
failure.
trainingEndTime
- Specifies the time when the training job ends on training instances. You are billed for the time interval
between the value of TrainingStartTime
and this time. For successful jobs and stopped jobs,
this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon
SageMaker detects a job failure.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.