Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Instance Attribute Summary collapse
-
#backing_hyperparameter_tuning_job ⇒ String
The resource name of the HyperparameterTuningJob that has been created to carry out this HyperparameterTuning task.
-
#best_trial_backing_custom_job ⇒ String
The resource name of the CustomJob that has been created to run the best Trial of this HyperparameterTuning task.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
constructor
A new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata
Returns a new instance of GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata.
28129 28130 28131 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28129 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backing_hyperparameter_tuning_job ⇒ String
The resource name of the HyperparameterTuningJob that has been created to
carry out this HyperparameterTuning task.
Corresponds to the JSON property backingHyperparameterTuningJob
28121 28122 28123 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28121 def backing_hyperparameter_tuning_job @backing_hyperparameter_tuning_job end |
#best_trial_backing_custom_job ⇒ String
The resource name of the CustomJob that has been created to run the best Trial
of this HyperparameterTuning task.
Corresponds to the JSON property bestTrialBackingCustomJob
28127 28128 28129 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28127 def best_trial_backing_custom_job @best_trial_backing_custom_job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28134 28135 28136 28137 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 28134 def update!(**args) @backing_hyperparameter_tuning_job = args[:backing_hyperparameter_tuning_job] if args.key?(:backing_hyperparameter_tuning_job) @best_trial_backing_custom_job = args[:best_trial_backing_custom_job] if args.key?(:best_trial_backing_custom_job) end |