#[non_exhaustive]
pub struct HyperParameterTrainingJobSummary { pub training_job_definition_name: Option<String>, pub training_job_name: Option<String>, pub training_job_arn: Option<String>, pub tuning_job_name: Option<String>, pub creation_time: Option<DateTime>, pub training_start_time: Option<DateTime>, pub training_end_time: Option<DateTime>, pub training_job_status: Option<TrainingJobStatus>, pub tuned_hyper_parameters: Option<HashMap<String, String>>, pub failure_reason: Option<String>, pub final_hyper_parameter_tuning_job_objective_metric: Option<FinalHyperParameterTuningJobObjectiveMetric>, pub objective_status: Option<ObjectiveStatus>, }
Expand description

The container for the summary information about a training job.

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§training_job_definition_name: Option<String>

The training job definition name.

§training_job_name: Option<String>

The name of the training job.

§training_job_arn: Option<String>

The Amazon Resource Name (ARN) of the training job.

§tuning_job_name: Option<String>

The HyperParameter tuning job that launched the training job.

§creation_time: Option<DateTime>

The date and time that the training job was created.

§training_start_time: Option<DateTime>

The date and time that the training job started.

§training_end_time: Option<DateTime>

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

§training_job_status: Option<TrainingJobStatus>

The status of the training job.

§tuned_hyper_parameters: Option<HashMap<String, String>>

A list of the hyperparameters for which you specified ranges to search.

§failure_reason: Option<String>

The reason that the training job failed.

§final_hyper_parameter_tuning_job_objective_metric: Option<FinalHyperParameterTuningJobObjectiveMetric>

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

§objective_status: Option<ObjectiveStatus>

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • Pending: The training job is in progress and evaluation of its final objective metric is pending.

  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

Implementations§

source§

impl HyperParameterTrainingJobSummary

source

pub fn training_job_definition_name(&self) -> Option<&str>

The training job definition name.

source

pub fn training_job_name(&self) -> Option<&str>

The name of the training job.

source

pub fn training_job_arn(&self) -> Option<&str>

The Amazon Resource Name (ARN) of the training job.

source

pub fn tuning_job_name(&self) -> Option<&str>

The HyperParameter tuning job that launched the training job.

source

pub fn creation_time(&self) -> Option<&DateTime>

The date and time that the training job was created.

source

pub fn training_start_time(&self) -> Option<&DateTime>

The date and time that the training job started.

source

pub fn training_end_time(&self) -> Option<&DateTime>

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

source

pub fn training_job_status(&self) -> Option<&TrainingJobStatus>

The status of the training job.

source

pub fn tuned_hyper_parameters(&self) -> Option<&HashMap<String, String>>

A list of the hyperparameters for which you specified ranges to search.

source

pub fn failure_reason(&self) -> Option<&str>

The reason that the training job failed.

source

pub fn final_hyper_parameter_tuning_job_objective_metric( &self ) -> Option<&FinalHyperParameterTuningJobObjectiveMetric>

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

source

pub fn objective_status(&self) -> Option<&ObjectiveStatus>

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • Pending: The training job is in progress and evaluation of its final objective metric is pending.

  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

source§

impl HyperParameterTrainingJobSummary

source

pub fn builder() -> HyperParameterTrainingJobSummaryBuilder

Creates a new builder-style object to manufacture HyperParameterTrainingJobSummary.

Trait Implementations§

source§

impl Clone for HyperParameterTrainingJobSummary

source§

fn clone(&self) -> HyperParameterTrainingJobSummary

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for HyperParameterTrainingJobSummary

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq<HyperParameterTrainingJobSummary> for HyperParameterTrainingJobSummary

source§

fn eq(&self, other: &HyperParameterTrainingJobSummary) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for HyperParameterTrainingJobSummary

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more