@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterTuningJobSearchEntity extends Object implements Serializable, Cloneable, StructuredPojo
An entity returned by the SearchRecord API containing the properties of a hyperparameter tuning job.
Constructor and Description |
---|
HyperParameterTuningJobSearchEntity() |
public void setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of a hyperparameter tuning job.
hyperParameterTuningJobName
- The name of a hyperparameter tuning job.public String getHyperParameterTuningJobName()
The name of a hyperparameter tuning job.
public HyperParameterTuningJobSearchEntity withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of a hyperparameter tuning job.
hyperParameterTuningJobName
- The name of a hyperparameter tuning job.public void setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of a hyperparameter tuning job.public String getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
public HyperParameterTuningJobSearchEntity withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of a hyperparameter tuning job.public void setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
hyperParameterTuningJobConfig
- public HyperParameterTuningJobConfig getHyperParameterTuningJobConfig()
public HyperParameterTuningJobSearchEntity withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
hyperParameterTuningJobConfig
- public void setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
trainingJobDefinition
- public HyperParameterTrainingJobDefinition getTrainingJobDefinition()
public HyperParameterTuningJobSearchEntity withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
trainingJobDefinition
- public List<HyperParameterTrainingJobDefinition> getTrainingJobDefinitions()
The job definitions included in a hyperparameter tuning job.
public void setTrainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
trainingJobDefinitions
- The job definitions included in a hyperparameter tuning job.public HyperParameterTuningJobSearchEntity withTrainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
NOTE: This method appends the values to the existing list (if any). Use
setTrainingJobDefinitions(java.util.Collection)
or
withTrainingJobDefinitions(java.util.Collection)
if you want to override the existing values.
trainingJobDefinitions
- The job definitions included in a hyperparameter tuning job.public HyperParameterTuningJobSearchEntity withTrainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
The job definitions included in a hyperparameter tuning job.
trainingJobDefinitions
- The job definitions included in a hyperparameter tuning job.public void setHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
hyperParameterTuningJobStatus
- The status of a hyperparameter tuning job.HyperParameterTuningJobStatus
public String getHyperParameterTuningJobStatus()
The status of a hyperparameter tuning job.
HyperParameterTuningJobStatus
public HyperParameterTuningJobSearchEntity withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
hyperParameterTuningJobStatus
- The status of a hyperparameter tuning job.HyperParameterTuningJobStatus
public HyperParameterTuningJobSearchEntity withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of a hyperparameter tuning job.
hyperParameterTuningJobStatus
- The status of a hyperparameter tuning job.HyperParameterTuningJobStatus
public void setCreationTime(Date creationTime)
The time that a hyperparameter tuning job was created.
creationTime
- The time that a hyperparameter tuning job was created.public Date getCreationTime()
The time that a hyperparameter tuning job was created.
public HyperParameterTuningJobSearchEntity withCreationTime(Date creationTime)
The time that a hyperparameter tuning job was created.
creationTime
- The time that a hyperparameter tuning job was created.public void setHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The time that a hyperparameter tuning job ended.
hyperParameterTuningEndTime
- The time that a hyperparameter tuning job ended.public Date getHyperParameterTuningEndTime()
The time that a hyperparameter tuning job ended.
public HyperParameterTuningJobSearchEntity withHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The time that a hyperparameter tuning job ended.
hyperParameterTuningEndTime
- The time that a hyperparameter tuning job ended.public void setLastModifiedTime(Date lastModifiedTime)
The time that a hyperparameter tuning job was last modified.
lastModifiedTime
- The time that a hyperparameter tuning job was last modified.public Date getLastModifiedTime()
The time that a hyperparameter tuning job was last modified.
public HyperParameterTuningJobSearchEntity withLastModifiedTime(Date lastModifiedTime)
The time that a hyperparameter tuning job was last modified.
lastModifiedTime
- The time that a hyperparameter tuning job was last modified.public void setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
trainingJobStatusCounters
- public TrainingJobStatusCounters getTrainingJobStatusCounters()
public HyperParameterTuningJobSearchEntity withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
trainingJobStatusCounters
- public void setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
objectiveStatusCounters
- public ObjectiveStatusCounters getObjectiveStatusCounters()
public HyperParameterTuningJobSearchEntity withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
objectiveStatusCounters
- public void setBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
bestTrainingJob
- public HyperParameterTrainingJobSummary getBestTrainingJob()
public HyperParameterTuningJobSearchEntity withBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
bestTrainingJob
- public void setOverallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
overallBestTrainingJob
- public HyperParameterTrainingJobSummary getOverallBestTrainingJob()
public HyperParameterTuningJobSearchEntity withOverallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
overallBestTrainingJob
- public void setWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
warmStartConfig
- public HyperParameterTuningJobWarmStartConfig getWarmStartConfig()
public HyperParameterTuningJobSearchEntity withWarmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
warmStartConfig
- public void setFailureReason(String failureReason)
The error that was created when a hyperparameter tuning job failed.
failureReason
- The error that was created when a hyperparameter tuning job failed.public String getFailureReason()
The error that was created when a hyperparameter tuning job failed.
public HyperParameterTuningJobSearchEntity withFailureReason(String failureReason)
The error that was created when a hyperparameter tuning job failed.
failureReason
- The error that was created when a hyperparameter tuning job failed.public List<Tag> getTags()
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
public void setTags(Collection<Tag> tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
tags
- The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services
resources.public HyperParameterTuningJobSearchEntity withTags(Tag... tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services
resources.public HyperParameterTuningJobSearchEntity withTags(Collection<Tag> tags)
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
tags
- The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services
resources.public void setTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Information about either a current or completed hyperparameter tuning job.
tuningJobCompletionDetails
- Information about either a current or completed hyperparameter tuning job.public HyperParameterTuningJobCompletionDetails getTuningJobCompletionDetails()
Information about either a current or completed hyperparameter tuning job.
public HyperParameterTuningJobSearchEntity withTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Information about either a current or completed hyperparameter tuning job.
tuningJobCompletionDetails
- Information about either a current or completed hyperparameter tuning job.public void setConsumedResources(HyperParameterTuningJobConsumedResources consumedResources)
The total amount of resources consumed by a hyperparameter tuning job.
consumedResources
- The total amount of resources consumed by a hyperparameter tuning job.public HyperParameterTuningJobConsumedResources getConsumedResources()
The total amount of resources consumed by a hyperparameter tuning job.
public HyperParameterTuningJobSearchEntity withConsumedResources(HyperParameterTuningJobConsumedResources consumedResources)
The total amount of resources consumed by a hyperparameter tuning job.
consumedResources
- The total amount of resources consumed by a hyperparameter tuning job.public String toString()
toString
in class Object
Object.toString()
public HyperParameterTuningJobSearchEntity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.