Class DatasetStats

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.DatasetStats
All Implemented Interfaces:
DatasetStatsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class DatasetStats extends com.google.protobuf.GeneratedMessage implements DatasetStatsOrBuilder
 Statistics computed over a tuning dataset.
 
Protobuf type google.cloud.aiplatform.v1beta1.DatasetStats
See Also:
  • Field Details

    • TUNING_DATASET_EXAMPLE_COUNT_FIELD_NUMBER

      public static final int TUNING_DATASET_EXAMPLE_COUNT_FIELD_NUMBER
      See Also:
    • TOTAL_TUNING_CHARACTER_COUNT_FIELD_NUMBER

      public static final int TOTAL_TUNING_CHARACTER_COUNT_FIELD_NUMBER
      See Also:
    • TOTAL_BILLABLE_CHARACTER_COUNT_FIELD_NUMBER

      public static final int TOTAL_BILLABLE_CHARACTER_COUNT_FIELD_NUMBER
      See Also:
    • TUNING_STEP_COUNT_FIELD_NUMBER

      public static final int TUNING_STEP_COUNT_FIELD_NUMBER
      See Also:
    • USER_INPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER

      public static final int USER_INPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER
      See Also:
    • USER_OUTPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER

      public static final int USER_OUTPUT_TOKEN_DISTRIBUTION_FIELD_NUMBER
      See Also:
    • USER_MESSAGE_PER_EXAMPLE_DISTRIBUTION_FIELD_NUMBER

      public static final int USER_MESSAGE_PER_EXAMPLE_DISTRIBUTION_FIELD_NUMBER
      See Also:
    • USER_DATASET_EXAMPLES_FIELD_NUMBER

      public static final int USER_DATASET_EXAMPLES_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTuningDatasetExampleCount

      public long getTuningDatasetExampleCount()
       Output only. Number of examples in the tuning dataset.
       
      int64 tuning_dataset_example_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTuningDatasetExampleCount in interface DatasetStatsOrBuilder
      Returns:
      The tuningDatasetExampleCount.
    • getTotalTuningCharacterCount

      public long getTotalTuningCharacterCount()
       Output only. Number of tuning characters in the tuning dataset.
       
      int64 total_tuning_character_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTotalTuningCharacterCount in interface DatasetStatsOrBuilder
      Returns:
      The totalTuningCharacterCount.
    • getTotalBillableCharacterCount

      public long getTotalBillableCharacterCount()
       Output only. Number of billable characters in the tuning dataset.
       
      int64 total_billable_character_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTotalBillableCharacterCount in interface DatasetStatsOrBuilder
      Returns:
      The totalBillableCharacterCount.
    • getTuningStepCount

      public long getTuningStepCount()
       Output only. Number of tuning steps for this Tuning Job.
       
      int64 tuning_step_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTuningStepCount in interface DatasetStatsOrBuilder
      Returns:
      The tuningStepCount.
    • hasUserInputTokenDistribution

      public boolean hasUserInputTokenDistribution()
       Output only. Dataset distributions for the user input tokens.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUserInputTokenDistribution in interface DatasetStatsOrBuilder
      Returns:
      Whether the userInputTokenDistribution field is set.
    • getUserInputTokenDistribution

      public DatasetDistribution getUserInputTokenDistribution()
       Output only. Dataset distributions for the user input tokens.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserInputTokenDistribution in interface DatasetStatsOrBuilder
      Returns:
      The userInputTokenDistribution.
    • getUserInputTokenDistributionOrBuilder

      public DatasetDistributionOrBuilder getUserInputTokenDistributionOrBuilder()
       Output only. Dataset distributions for the user input tokens.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_input_token_distribution = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserInputTokenDistributionOrBuilder in interface DatasetStatsOrBuilder
    • hasUserOutputTokenDistribution

      public boolean hasUserOutputTokenDistribution()
       Output only. Dataset distributions for the user output tokens.
       
      optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUserOutputTokenDistribution in interface DatasetStatsOrBuilder
      Returns:
      Whether the userOutputTokenDistribution field is set.
    • getUserOutputTokenDistribution

      public DatasetDistribution getUserOutputTokenDistribution()
       Output only. Dataset distributions for the user output tokens.
       
      optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserOutputTokenDistribution in interface DatasetStatsOrBuilder
      Returns:
      The userOutputTokenDistribution.
    • getUserOutputTokenDistributionOrBuilder

      public DatasetDistributionOrBuilder getUserOutputTokenDistributionOrBuilder()
       Output only. Dataset distributions for the user output tokens.
       
      optional .google.cloud.aiplatform.v1beta1.DatasetDistribution user_output_token_distribution = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserOutputTokenDistributionOrBuilder in interface DatasetStatsOrBuilder
    • hasUserMessagePerExampleDistribution

      public boolean hasUserMessagePerExampleDistribution()
       Output only. Dataset distributions for the messages per example.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUserMessagePerExampleDistribution in interface DatasetStatsOrBuilder
      Returns:
      Whether the userMessagePerExampleDistribution field is set.
    • getUserMessagePerExampleDistribution

      public DatasetDistribution getUserMessagePerExampleDistribution()
       Output only. Dataset distributions for the messages per example.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserMessagePerExampleDistribution in interface DatasetStatsOrBuilder
      Returns:
      The userMessagePerExampleDistribution.
    • getUserMessagePerExampleDistributionOrBuilder

      public DatasetDistributionOrBuilder getUserMessagePerExampleDistributionOrBuilder()
       Output only. Dataset distributions for the messages per example.
       
      .google.cloud.aiplatform.v1beta1.DatasetDistribution user_message_per_example_distribution = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserMessagePerExampleDistributionOrBuilder in interface DatasetStatsOrBuilder
    • getUserDatasetExamplesList

      public List<Content> getUserDatasetExamplesList()
       Output only. Sample user messages in the training dataset uri.
       
      repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserDatasetExamplesList in interface DatasetStatsOrBuilder
    • getUserDatasetExamplesOrBuilderList

      public List<? extends ContentOrBuilder> getUserDatasetExamplesOrBuilderList()
       Output only. Sample user messages in the training dataset uri.
       
      repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserDatasetExamplesOrBuilderList in interface DatasetStatsOrBuilder
    • getUserDatasetExamplesCount

      public int getUserDatasetExamplesCount()
       Output only. Sample user messages in the training dataset uri.
       
      repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserDatasetExamplesCount in interface DatasetStatsOrBuilder
    • getUserDatasetExamples

      public Content getUserDatasetExamples(int index)
       Output only. Sample user messages in the training dataset uri.
       
      repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserDatasetExamples in interface DatasetStatsOrBuilder
    • getUserDatasetExamplesOrBuilder

      public ContentOrBuilder getUserDatasetExamplesOrBuilder(int index)
       Output only. Sample user messages in the training dataset uri.
       
      repeated .google.cloud.aiplatform.v1beta1.Content user_dataset_examples = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUserDatasetExamplesOrBuilder in interface DatasetStatsOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DatasetStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DatasetStats parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DatasetStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DatasetStats parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DatasetStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DatasetStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DatasetStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DatasetStats.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DatasetStats.Builder newBuilder()
    • newBuilder

      public static DatasetStats.Builder newBuilder(DatasetStats prototype)
    • toBuilder

      public DatasetStats.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DatasetStats.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DatasetStats getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DatasetStats> parser()
    • getParserForType

      public com.google.protobuf.Parser<DatasetStats> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public DatasetStats getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder