@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHyperParameterTuningJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateHyperParameterTuningJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHyperParameterTuningJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
HyperParameterTuningJobConfig |
getHyperParameterTuningJobConfig()
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy,
metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
|
String |
getHyperParameterTuningJobName()
The name of the tuning job.
|
List<Tag> |
getTags()
An array of key-value pairs.
|
HyperParameterTrainingJobDefinition |
getTrainingJobDefinition()
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job
launches, including static hyperparameters, input data configuration, output data configuration, resource
configuration, and stopping condition.
|
int |
hashCode() |
void |
setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy,
metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
|
void |
setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
void |
setTags(Collection<Tag> tags)
An array of key-value pairs.
|
void |
setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job
launches, including static hyperparameters, input data configuration, output data configuration, resource
configuration, and stopping condition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHyperParameterTuningJobRequest |
withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy,
metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
|
CreateHyperParameterTuningJobRequest |
withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
CreateHyperParameterTuningJobRequest |
withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateHyperParameterTuningJobRequest |
withTags(Tag... tags)
An array of key-value pairs.
|
CreateHyperParameterTuningJobRequest |
withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job
launches, including static hyperparameters, input data configuration, output data configuration, resource
configuration, and stopping condition.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateHyperParameterTuningJobRequest()
public void setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same AWS account and AWS Region. Names are not case sensitive, and must be between 1-32 characters.
hyperParameterTuningJobName
- The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning
job launches. The name must be unique within the same AWS account and AWS Region. Names are not case
sensitive, and must be between 1-32 characters.public String getHyperParameterTuningJobName()
The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same AWS account and AWS Region. Names are not case sensitive, and must be between 1-32 characters.
public CreateHyperParameterTuningJobRequest withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same AWS account and AWS Region. Names are not case sensitive, and must be between 1-32 characters.
hyperParameterTuningJobName
- The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning
job launches. The name must be unique within the same AWS account and AWS Region. Names are not case
sensitive, and must be between 1-32 characters.public void setHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
hyperParameterTuningJobConfig
- The HyperParameterTuningJobConfig object that describes the tuning job, including the search
strategy, metric used to evaluate training jobs, ranges of parameters to search, and resource limits for
the tuning job.public HyperParameterTuningJobConfig getHyperParameterTuningJobConfig()
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
public CreateHyperParameterTuningJobRequest withHyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.
hyperParameterTuningJobConfig
- The HyperParameterTuningJobConfig object that describes the tuning job, including the search
strategy, metric used to evaluate training jobs, ranges of parameters to search, and resource limits for
the tuning job.public void setTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.
trainingJobDefinition
- The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning
job launches, including static hyperparameters, input data configuration, output data configuration,
resource configuration, and stopping condition.public HyperParameterTrainingJobDefinition getTrainingJobDefinition()
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.
public CreateHyperParameterTuningJobRequest withTrainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.
trainingJobDefinition
- The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning
job launches, including static hyperparameters, input data configuration, output data configuration,
resource configuration, and stopping condition.public List<Tag> getTags()
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
public void setTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.public CreateHyperParameterTuningJobRequest withTags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
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
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.public CreateHyperParameterTuningJobRequest withTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
tags
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.public String toString()
toString
in class Object
Object.toString()
public CreateHyperParameterTuningJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.