Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata.



29710
29711
29712
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29710

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#backing_hyperparameter_tuning_jobString

The resource name of the HyperparameterTuningJob that has been created to carry out this HyperparameterTuning task. Corresponds to the JSON property backingHyperparameterTuningJob

Returns:

  • (String)


29702
29703
29704
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29702

def backing_hyperparameter_tuning_job
  @backing_hyperparameter_tuning_job
end

#best_trial_backing_custom_jobString

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

Returns:

  • (String)


29708
29709
29710
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29708

def best_trial_backing_custom_job
  @best_trial_backing_custom_job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29715
29716
29717
29718
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29715

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