Interface PredefinedSplitOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PredefinedSplit, PredefinedSplit.Builder

    public interface PredefinedSplitOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKey()
      Required.
      com.google.protobuf.ByteString getKeyBytes()
      Required.
      • 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 Detail

      • getKey

        String getKey()
         Required. The key is a name of one of the Dataset's data columns.
         The value of the key (either the label's value or value in the column)
         must be one of {`training`, `validation`, `test`}, and it defines to which
         set the given piece of data is assigned. If for a piece of data the key
         is not present or has an invalid value, that piece is ignored by the
         pipeline.
         
        string key = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         Required. The key is a name of one of the Dataset's data columns.
         The value of the key (either the label's value or value in the column)
         must be one of {`training`, `validation`, `test`}, and it defines to which
         set the given piece of data is assigned. If for a piece of data the key
         is not present or has an invalid value, that piece is ignored by the
         pipeline.
         
        string key = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for key.