Interface RubricGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RubricGroup,RubricGroup.Builder
@Generated
public interface RubricGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHuman-readable name for the group.com.google.protobuf.ByteStringHuman-readable name for the group.Unique identifier for the group.com.google.protobuf.ByteStringUnique identifier for the group.getRubrics(int index) Rubrics that are part of this group.intRubrics that are part of this group.Rubrics that are part of this group.getRubricsOrBuilder(int index) Rubrics that are part of this group.List<? extends RubricOrBuilder>Rubrics that are part of this group.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
-
getGroupId
String getGroupId()Unique identifier for the group.
string group_id = 1;- Returns:
- The groupId.
-
getGroupIdBytes
com.google.protobuf.ByteString getGroupIdBytes()Unique identifier for the group.
string group_id = 1;- Returns:
- The bytes for groupId.
-
getDisplayName
String getDisplayName()Human-readable name for the group. This should be unique within a given context if used for display or selection. Example: "Instruction Following V1", "Content Quality - Summarization Task".
string display_name = 2;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()Human-readable name for the group. This should be unique within a given context if used for display or selection. Example: "Instruction Following V1", "Content Quality - Summarization Task".
string display_name = 2;- Returns:
- The bytes for displayName.
-
getRubricsList
Rubrics that are part of this group.
repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3; -
getRubrics
Rubrics that are part of this group.
repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3; -
getRubricsCount
int getRubricsCount()Rubrics that are part of this group.
repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3; -
getRubricsOrBuilderList
List<? extends RubricOrBuilder> getRubricsOrBuilderList()Rubrics that are part of this group.
repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3; -
getRubricsOrBuilder
Rubrics that are part of this group.
repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3;
-