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 Type
    Method
    Description
    Human-readable name for the group.
    com.google.protobuf.ByteString
    Human-readable name for the group.
    Unique identifier for the group.
    com.google.protobuf.ByteString
    Unique identifier for the group.
    getRubrics(int index)
    Rubrics that are part of this group.
    int
    Rubrics that are part of this group.
    Rubrics that are part of this group.
    Rubrics that are part of this group.
    Rubrics that are part of this group.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Rubric> getRubricsList()
       Rubrics that are part of this group.
       
      repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3;
    • getRubrics

      Rubric getRubrics(int index)
       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

      RubricOrBuilder getRubricsOrBuilder(int index)
       Rubrics that are part of this group.
       
      repeated .google.cloud.aiplatform.v1beta1.Rubric rubrics = 3;