@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterTuningJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a hyperparameter tuning job.
Constructor and Description |
---|
HyperParameterTuningJobSummary() |
Modifier and Type | Method and Description |
---|---|
HyperParameterTuningJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that the tuning job was created.
|
Date |
getHyperParameterTuningEndTime()
The date and time that the tuning job ended.
|
String |
getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
|
String |
getHyperParameterTuningJobName()
The name of the tuning job.
|
String |
getHyperParameterTuningJobStatus()
The status of the tuning job.
|
Date |
getLastModifiedTime()
The date and time that the tuning job was modified.
|
ObjectiveStatusCounters |
getObjectiveStatusCounters()
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective
metric status, that this tuning job launched.
|
ResourceLimits |
getResourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs
allowed for this tuning job.
|
String |
getStrategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
TrainingJobStatusCounters |
getTrainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status,
that this tuning job launched.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The date and time that the tuning job was created.
|
void |
setHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
void |
setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
void |
setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
void |
setHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the tuning job was modified.
|
void |
setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective
metric status, that this tuning job launched.
|
void |
setResourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs
allowed for this tuning job.
|
void |
setStrategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
void |
setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status,
that this tuning job launched.
|
String |
toString()
Returns a string representation of this object.
|
HyperParameterTuningJobSummary |
withCreationTime(Date creationTime)
The date and time that the tuning job was created.
|
HyperParameterTuningJobSummary |
withHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
HyperParameterTuningJobSummary |
withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
HyperParameterTuningJobSummary |
withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
HyperParameterTuningJobSummary |
withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary |
withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the tuning job was modified.
|
HyperParameterTuningJobSummary |
withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective
metric status, that this tuning job launched.
|
HyperParameterTuningJobSummary |
withResourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs
allowed for this tuning job.
|
HyperParameterTuningJobSummary |
withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
HyperParameterTuningJobSummary |
withStrategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
HyperParameterTuningJobSummary |
withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status,
that this tuning job launched.
|
public void setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
hyperParameterTuningJobName
- The name of the tuning job.public String getHyperParameterTuningJobName()
The name of the tuning job.
public HyperParameterTuningJobSummary withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
hyperParameterTuningJobName
- The name of the tuning job.public void setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.public String getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public HyperParameterTuningJobSummary withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.public void setHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
hyperParameterTuningJobStatus
- The status of the tuning job.HyperParameterTuningJobStatus
public String getHyperParameterTuningJobStatus()
The status of the tuning job.
HyperParameterTuningJobStatus
public HyperParameterTuningJobSummary withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
hyperParameterTuningJobStatus
- The status of the tuning job.HyperParameterTuningJobStatus
public HyperParameterTuningJobSummary withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
hyperParameterTuningJobStatus
- The status of the tuning job.HyperParameterTuningJobStatus
public void setStrategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
strategy
- Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration. Currently, the only valid value is Bayesian.HyperParameterTuningJobStrategyType
public String getStrategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
HyperParameterTuningJobStrategyType
public HyperParameterTuningJobSummary withStrategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
strategy
- Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration. Currently, the only valid value is Bayesian.HyperParameterTuningJobStrategyType
public HyperParameterTuningJobSummary withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
strategy
- Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration. Currently, the only valid value is Bayesian.HyperParameterTuningJobStrategyType
public void setCreationTime(Date creationTime)
The date and time that the tuning job was created.
creationTime
- The date and time that the tuning job was created.public Date getCreationTime()
The date and time that the tuning job was created.
public HyperParameterTuningJobSummary withCreationTime(Date creationTime)
The date and time that the tuning job was created.
creationTime
- The date and time that the tuning job was created.public void setHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
hyperParameterTuningEndTime
- The date and time that the tuning job ended.public Date getHyperParameterTuningEndTime()
The date and time that the tuning job ended.
public HyperParameterTuningJobSummary withHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
hyperParameterTuningEndTime
- The date and time that the tuning job ended.public void setLastModifiedTime(Date lastModifiedTime)
The date and time that the tuning job was modified.
lastModifiedTime
- The date and time that the tuning job was modified.public Date getLastModifiedTime()
The date and time that the tuning job was modified.
public HyperParameterTuningJobSummary withLastModifiedTime(Date lastModifiedTime)
The date and time that the tuning job was modified.
lastModifiedTime
- The date and time that the tuning job was modified.public void setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by
status, that this tuning job launched.public TrainingJobStatusCounters getTrainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
public HyperParameterTuningJobSummary withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by
status, that this tuning job launched.public void setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
objectiveStatusCounters
- The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by
objective metric status, that this tuning job launched.public ObjectiveStatusCounters getObjectiveStatusCounters()
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
public HyperParameterTuningJobSummary withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
objectiveStatusCounters
- The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by
objective metric status, that this tuning job launched.public void setResourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
resourceLimits
- The ResourceLimits object that specifies the maximum number of training jobs and parallel training
jobs allowed for this tuning job.public ResourceLimits getResourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
public HyperParameterTuningJobSummary withResourceLimits(ResourceLimits resourceLimits)
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
resourceLimits
- The ResourceLimits object that specifies the maximum number of training jobs and parallel training
jobs allowed for this tuning job.public String toString()
toString
in class Object
Object.toString()
public HyperParameterTuningJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.