public interface RubricBasedInstructionFollowingInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstance()
public abstract RubricBasedInstructionFollowingInstance getInstance()
Required. Instance for RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RubricBasedInstructionFollowingInstance |
The instance. |
getInstanceOrBuilder()
public abstract RubricBasedInstructionFollowingInstanceOrBuilder getInstanceOrBuilder()
Required. Instance for RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RubricBasedInstructionFollowingInstanceOrBuilder |
getMetricSpec()
public abstract RubricBasedInstructionFollowingSpec getMetricSpec()
Required. Spec for RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RubricBasedInstructionFollowingSpec |
The metricSpec. |
getMetricSpecOrBuilder()
public abstract RubricBasedInstructionFollowingSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
RubricBasedInstructionFollowingSpecOrBuilder |
hasInstance()
public abstract boolean hasInstance()
Required. Instance for RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingInstance 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 RubricBasedInstructionFollowing metric.
.google.cloud.aiplatform.v1beta1.RubricBasedInstructionFollowingSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the metricSpec field is set. |