@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHyperParameterTuningJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeHyperParameterTuningJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHyperParameterTuningJobResult |
clone() |
boolean |
equals(Object obj) |
HyperParameterTrainingJobSummary |
getBestTrainingJob()
A object that describes the training job that completed with the best current .
|
Date |
getCreationTime()
The date and time that the tuning job started.
|
String |
getFailureReason()
If the tuning job failed, the reason it failed.
|
Date |
getHyperParameterTuningEndTime()
The date and time that the tuning job ended.
|
String |
getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
|
HyperParameterTuningJobConfig |
getHyperParameterTuningJobConfig()
The object that specifies the configuration of the tuning job.
|
String |
getHyperParameterTuningJobName()
The name of the tuning job.
|
String |
getHyperParameterTuningJobStatus()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
Date |
getLastModifiedTime()
The date and time that the status of the tuning job was modified.
|
ObjectiveStatusCounters |
getObjectiveStatusCounters()
The object that specifies the number of training jobs, categorized by the status of their final objective metric,
that this tuning job launched.
|
HyperParameterTrainingJobDefinition |
getTrainingJobDefinition()
The object that specifies the definition of the training jobs that this tuning job launches.
|
TrainingJobStatusCounters |
getTrainingJobStatusCounters()
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
|
int |
hashCode() |
void |
setBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A object that describes the training job that completed with the best current .
|
void |
setCreationTime(Date creationTime)
The date and time that the tuning job started.
|
void |
setFailureReason(String failureReason)
If the tuning job failed, the reason it failed.
|
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 |
setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
|
void |
setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
void |
setHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the status of the tuning job was modified.
|
void |
setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The object that specifies the number of training jobs, categorized by the status of their final objective metric,
that this tuning job launched.
|
void |
setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The object that specifies the definition of the training jobs that this tuning job launches.
|
void |
setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeHyperParameterTuningJobResult |
withBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A object that describes the training job that completed with the best current .
|
DescribeHyperParameterTuningJobResult |
withCreationTime(Date creationTime)
The date and time that the tuning job started.
|
DescribeHyperParameterTuningJobResult |
withFailureReason(String failureReason)
If the tuning job failed, the reason it failed.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResult |
withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the status of the tuning job was modified.
|
DescribeHyperParameterTuningJobResult |
withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The object that specifies the number of training jobs, categorized by the status of their final objective metric,
that this tuning job launched.
|
DescribeHyperParameterTuningJobResult |
withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The object that specifies the definition of the training jobs that this tuning job launches.
|
DescribeHyperParameterTuningJobResult |
withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeHyperParameterTuningJobResult()
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 DescribeHyperParameterTuningJobResult 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 DescribeHyperParameterTuningJobResult withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.public void setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
hyperParameterTuningJobConfig
- The object that specifies the configuration of the tuning job.public HyperParameterTuningJobConfig getHyperParameterTuningJobConfig()
The object that specifies the configuration of the tuning job.
public DescribeHyperParameterTuningJobResult withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The object that specifies the configuration of the tuning job.
hyperParameterTuningJobConfig
- The object that specifies the configuration of the tuning job.public void setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The object that specifies the definition of the training jobs that this tuning job launches.
trainingJobDefinition
- The object that specifies the definition of the training jobs that this tuning job launches.public HyperParameterTrainingJobDefinition getTrainingJobDefinition()
The object that specifies the definition of the training jobs that this tuning job launches.
public DescribeHyperParameterTuningJobResult withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The object that specifies the definition of the training jobs that this tuning job launches.
trainingJobDefinition
- The object that specifies the definition of the training jobs that this tuning job launches.public void setHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
hyperParameterTuningJobStatus
- The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.HyperParameterTuningJobStatus
public String getHyperParameterTuningJobStatus()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
HyperParameterTuningJobStatus
public DescribeHyperParameterTuningJobResult withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
hyperParameterTuningJobStatus
- The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.HyperParameterTuningJobStatus
public DescribeHyperParameterTuningJobResult withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
hyperParameterTuningJobStatus
- The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.HyperParameterTuningJobStatus
public void setCreationTime(Date creationTime)
The date and time that the tuning job started.
creationTime
- The date and time that the tuning job started.public Date getCreationTime()
The date and time that the tuning job started.
public DescribeHyperParameterTuningJobResult withCreationTime(Date creationTime)
The date and time that the tuning job started.
creationTime
- The date and time that the tuning job started.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 DescribeHyperParameterTuningJobResult 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 status of the tuning job was modified.
lastModifiedTime
- The date and time that the status of the tuning job was modified.public Date getLastModifiedTime()
The date and time that the status of the tuning job was modified.
public DescribeHyperParameterTuningJobResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the status of the tuning job was modified.
lastModifiedTime
- The date and time that the status of the tuning job was modified.public void setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The object that specifies the number of training jobs, categorized by status, that this tuning job
launched.public TrainingJobStatusCounters getTrainingJobStatusCounters()
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
public DescribeHyperParameterTuningJobResult withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The object that specifies the number of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The object that specifies the number of training jobs, categorized by status, that this tuning job
launched.public void setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.
objectiveStatusCounters
- The object that specifies the number of training jobs, categorized by the status of their final objective
metric, that this tuning job launched.public ObjectiveStatusCounters getObjectiveStatusCounters()
The object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.
public DescribeHyperParameterTuningJobResult withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.
objectiveStatusCounters
- The object that specifies the number of training jobs, categorized by the status of their final objective
metric, that this tuning job launched.public void setBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A object that describes the training job that completed with the best current .
bestTrainingJob
- A object that describes the training job that completed with the best current .public HyperParameterTrainingJobSummary getBestTrainingJob()
A object that describes the training job that completed with the best current .
public DescribeHyperParameterTuningJobResult withBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A object that describes the training job that completed with the best current .
bestTrainingJob
- A object that describes the training job that completed with the best current .public void setFailureReason(String failureReason)
If the tuning job failed, the reason it failed.
failureReason
- If the tuning job failed, the reason it failed.public String getFailureReason()
If the tuning job failed, the reason it failed.
public DescribeHyperParameterTuningJobResult withFailureReason(String failureReason)
If the tuning job failed, the reason it failed.
failureReason
- If the tuning job failed, the reason it failed.public String toString()
toString
in class Object
Object.toString()
public DescribeHyperParameterTuningJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.