Package com.google.cloud.aiplatform.v1
Interface MetricxInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricxInput,MetricxInput.Builder
@Generated
public interface MetricxInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Required.Required.booleanRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetricSpec
boolean hasMetricSpec()Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the metricSpec field is set.
-
getMetricSpec
MetricxSpec getMetricSpec()Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The metricSpec.
-
getMetricSpecOrBuilder
MetricxSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for Metricx metric.
.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED]; -
hasInstance
boolean hasInstance()Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the instance field is set.
-
getInstance
MetricxInstance getInstance()Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The instance.
-
getInstanceOrBuilder
MetricxInstanceOrBuilder getInstanceOrBuilder()Required. Metricx instance.
.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
-