Interface FilterSplitOrBuilder

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

@Generated public interface FilterSplitOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    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 Details

    • getTrainingFilter

      String getTrainingFilter()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to train the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string training_filter = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The trainingFilter.
    • getTrainingFilterBytes

      com.google.protobuf.ByteString getTrainingFilterBytes()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to train the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string training_filter = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for trainingFilter.
    • getValidationFilter

      String getValidationFilter()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to validate the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string validation_filter = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The validationFilter.
    • getValidationFilterBytes

      com.google.protobuf.ByteString getValidationFilterBytes()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to validate the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string validation_filter = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for validationFilter.
    • getTestFilter

      String getTestFilter()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to test the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string test_filter = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The testFilter.
    • getTestFilterBytes

      com.google.protobuf.ByteString getTestFilterBytes()
       Required. A filter on DataItems of the Dataset. DataItems that match
       this filter are used to test the Model. A filter with same syntax
       as the one used in
       [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems]
       may be used. If a single DataItem is matched by more than one of the
       FilterSplit filters, then it is assigned to the first set that applies to
       it in the training, validation, test order.
       
      string test_filter = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for testFilter.