Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats
- 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
Overview
Statistics computed for datasets used for distillation.
Instance Attribute Summary collapse
-
#training_dataset_stats ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats
Statistics computed over a tuning dataset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DistillationDataStats
constructor
A new instance of GoogleCloudAiplatformV1beta1DistillationDataStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DistillationDataStats
Returns a new instance of GoogleCloudAiplatformV1beta1DistillationDataStats.
6120 6121 6122 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6120 def initialize(**args) update!(**args) end |
Instance Attribute Details
#training_dataset_stats ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetStats
Statistics computed over a tuning dataset.
Corresponds to the JSON property trainingDatasetStats
6118 6119 6120 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6118 def training_dataset_stats @training_dataset_stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6125 6126 6127 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6125 def update!(**args) @training_dataset_stats = args[:training_dataset_stats] if args.key?(:training_dataset_stats) end |