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