Class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics
- 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
-
#effective_training_duration ⇒ String
The effective time training used.
-
#metric_entries ⇒ Array<Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry>
One entry per metric name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IntelligenceCloudAutomlXpsReportingMetrics
constructor
A new instance of IntelligenceCloudAutomlXpsReportingMetrics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IntelligenceCloudAutomlXpsReportingMetrics
Returns a new instance of IntelligenceCloudAutomlXpsReportingMetrics.
29196 29197 29198 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29196 def initialize(**args) update!(**args) end |
Instance Attribute Details
#effective_training_duration ⇒ String
The effective time training used. If set, this is used for quota management
and billing. Deprecated. AutoML BE doesn't use this. Don't set.
Corresponds to the JSON property effectiveTrainingDuration
29189 29190 29191 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29189 def effective_training_duration @effective_training_duration end |
#metric_entries ⇒ Array<Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry>
One entry per metric name. The values must be aggregated per metric name.
Corresponds to the JSON property metricEntries
29194 29195 29196 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29194 def metric_entries @metric_entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29201 29202 29203 29204 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29201 def update!(**args) @effective_training_duration = args[:effective_training_duration] if args.key?(:effective_training_duration) @metric_entries = args[:metric_entries] if args.key?(:metric_entries) end |