Class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IntelligenceCloudAutomlXpsMetricEntry

Returns a new instance of IntelligenceCloudAutomlXpsMetricEntry.



29896
29897
29898
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29896

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

Instance Attribute Details

#argentum_metric_idString

For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/ argentum_metric_id" label. Otherwise leave empty. Corresponds to the JSON property argentumMetricId

Returns:

  • (String)


29874
29875
29876
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29874

def argentum_metric_id
  @argentum_metric_id
end

#double_valueFloat

A double value. Corresponds to the JSON property doubleValue

Returns:

  • (Float)


29879
29880
29881
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29879

def double_value
  @double_value
end

#int64_valueFixnum

A signed 64-bit integer value. Corresponds to the JSON property int64Value

Returns:

  • (Fixnum)


29884
29885
29886
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29884

def int64_value
  @int64_value
end

#metric_nameString

The metric name defined in the service configuration. Corresponds to the JSON property metricName

Returns:

  • (String)


29889
29890
29891
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29889

def metric_name
  @metric_name
end

#system_labelsArray<Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel>

Billing system labels for this (metric, value) pair. Corresponds to the JSON property systemLabels



29894
29895
29896
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29894

def system_labels
  @system_labels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29901
29902
29903
29904
29905
29906
29907
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 29901

def update!(**args)
  @argentum_metric_id = args[:argentum_metric_id] if args.key?(:argentum_metric_id)
  @double_value = args[:double_value] if args.key?(:double_value)
  @int64_value = args[:int64_value] if args.key?(:int64_value)
  @metric_name = args[:metric_name] if args.key?(:metric_name)
  @system_labels = args[:system_labels] if args.key?(:system_labels)
end