pub struct Builder { /* private fields */ }
Expand description
A builder for HyperParameterTuningJobSearchEntity
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
pub fn hyper_parameter_tuning_job_name(self, input: impl Into<String>) -> Self
The name of a hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
pub fn set_hyper_parameter_tuning_job_name(self, input: Option<String>) -> Self
The name of a hyperparameter tuning job.
sourcepub fn hyper_parameter_tuning_job_arn(self, input: impl Into<String>) -> Self
pub fn hyper_parameter_tuning_job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job_arn(self, input: Option<String>) -> Self
pub fn set_hyper_parameter_tuning_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
sourcepub fn hyper_parameter_tuning_job_config(
self,
input: HyperParameterTuningJobConfig
) -> Self
pub fn hyper_parameter_tuning_job_config(
self,
input: HyperParameterTuningJobConfig
) -> Self
Configures a hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job_config(
self,
input: Option<HyperParameterTuningJobConfig>
) -> Self
pub fn set_hyper_parameter_tuning_job_config(
self,
input: Option<HyperParameterTuningJobConfig>
) -> Self
Configures a hyperparameter tuning job.
sourcepub fn training_job_definition(
self,
input: HyperParameterTrainingJobDefinition
) -> Self
pub fn training_job_definition(
self,
input: HyperParameterTrainingJobDefinition
) -> Self
Defines the training jobs launched by a hyperparameter tuning job.
sourcepub fn set_training_job_definition(
self,
input: Option<HyperParameterTrainingJobDefinition>
) -> Self
pub fn set_training_job_definition(
self,
input: Option<HyperParameterTrainingJobDefinition>
) -> Self
Defines the training jobs launched by a hyperparameter tuning job.
sourcepub fn training_job_definitions(
self,
input: HyperParameterTrainingJobDefinition
) -> Self
pub fn training_job_definitions(
self,
input: HyperParameterTrainingJobDefinition
) -> Self
Appends an item to training_job_definitions
.
To override the contents of this collection use set_training_job_definitions
.
The job definitions included in a hyperparameter tuning job.
sourcepub fn set_training_job_definitions(
self,
input: Option<Vec<HyperParameterTrainingJobDefinition>>
) -> Self
pub fn set_training_job_definitions(
self,
input: Option<Vec<HyperParameterTrainingJobDefinition>>
) -> Self
The job definitions included in a hyperparameter tuning job.
sourcepub fn hyper_parameter_tuning_job_status(
self,
input: HyperParameterTuningJobStatus
) -> Self
pub fn hyper_parameter_tuning_job_status(
self,
input: HyperParameterTuningJobStatus
) -> Self
The status of a hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job_status(
self,
input: Option<HyperParameterTuningJobStatus>
) -> Self
pub fn set_hyper_parameter_tuning_job_status(
self,
input: Option<HyperParameterTuningJobStatus>
) -> Self
The status of a hyperparameter tuning job.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that a hyperparameter tuning job was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that a hyperparameter tuning job was created.
sourcepub fn hyper_parameter_tuning_end_time(self, input: DateTime) -> Self
pub fn hyper_parameter_tuning_end_time(self, input: DateTime) -> Self
The time that a hyperparameter tuning job ended.
sourcepub fn set_hyper_parameter_tuning_end_time(self, input: Option<DateTime>) -> Self
pub fn set_hyper_parameter_tuning_end_time(self, input: Option<DateTime>) -> Self
The time that a hyperparameter tuning job ended.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The time that a hyperparameter tuning job was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The time that a hyperparameter tuning job was last modified.
sourcepub fn training_job_status_counters(
self,
input: TrainingJobStatusCounters
) -> Self
pub fn training_job_status_counters(
self,
input: TrainingJobStatusCounters
) -> Self
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
sourcepub fn set_training_job_status_counters(
self,
input: Option<TrainingJobStatusCounters>
) -> Self
pub fn set_training_job_status_counters(
self,
input: Option<TrainingJobStatusCounters>
) -> Self
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
sourcepub fn objective_status_counters(self, input: ObjectiveStatusCounters) -> Self
pub fn objective_status_counters(self, input: ObjectiveStatusCounters) -> Self
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
sourcepub fn set_objective_status_counters(
self,
input: Option<ObjectiveStatusCounters>
) -> Self
pub fn set_objective_status_counters(
self,
input: Option<ObjectiveStatusCounters>
) -> Self
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
sourcepub fn best_training_job(self, input: HyperParameterTrainingJobSummary) -> Self
pub fn best_training_job(self, input: HyperParameterTrainingJobSummary) -> Self
The container for the summary information about a training job.
sourcepub fn set_best_training_job(
self,
input: Option<HyperParameterTrainingJobSummary>
) -> Self
pub fn set_best_training_job(
self,
input: Option<HyperParameterTrainingJobSummary>
) -> Self
The container for the summary information about a training job.
sourcepub fn overall_best_training_job(
self,
input: HyperParameterTrainingJobSummary
) -> Self
pub fn overall_best_training_job(
self,
input: HyperParameterTrainingJobSummary
) -> Self
The container for the summary information about a training job.
sourcepub fn set_overall_best_training_job(
self,
input: Option<HyperParameterTrainingJobSummary>
) -> Self
pub fn set_overall_best_training_job(
self,
input: Option<HyperParameterTrainingJobSummary>
) -> Self
The container for the summary information about a training job.
sourcepub fn warm_start_config(
self,
input: HyperParameterTuningJobWarmStartConfig
) -> Self
pub fn warm_start_config(
self,
input: HyperParameterTuningJobWarmStartConfig
) -> Self
Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.
All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.
sourcepub fn set_warm_start_config(
self,
input: Option<HyperParameterTuningJobWarmStartConfig>
) -> Self
pub fn set_warm_start_config(
self,
input: Option<HyperParameterTuningJobWarmStartConfig>
) -> Self
Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.
All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The error that was created when a hyperparameter tuning job failed.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The error that was created when a hyperparameter tuning job failed.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
sourcepub fn build(self) -> HyperParameterTuningJobSearchEntity
pub fn build(self) -> HyperParameterTuningJobSearchEntity
Consumes the builder and constructs a HyperParameterTuningJobSearchEntity
.