Interface MetricxInputOrBuilder (3.55.0)

public interface MetricxInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract MetricxInstance getInstance()

Required. Metricx instance.

.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetricxInstance

The instance.

getInstanceOrBuilder()

public abstract MetricxInstanceOrBuilder getInstanceOrBuilder()

Required. Metricx instance.

.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetricxInstanceOrBuilder

getMetricSpec()

public abstract MetricxSpec getMetricSpec()

Required. Spec for Metricx metric.

.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetricxSpec

The metricSpec.

getMetricSpecOrBuilder()

public abstract MetricxSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for Metricx metric.

.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetricxSpecOrBuilder

hasInstance()

public abstract boolean hasInstance()

Required. Metricx instance.

.google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the instance field is set.

hasMetricSpec()

public abstract boolean hasMetricSpec()

Required. Spec for Metricx metric.

.google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the metricSpec field is set.