public interface MetricxInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetricxInstance |
getInstance()
Required.
|
MetricxInstanceOrBuilder |
getInstanceOrBuilder()
Required.
|
MetricxSpec |
getMetricSpec()
Required.
|
MetricxSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasInstance()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
MetricxSpec getMetricSpec()
Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
MetricxSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasInstance()
Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
MetricxInstance getInstance()
Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
MetricxInstanceOrBuilder getInstanceOrBuilder()
Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.