All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.DatasetSplitOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface DatasetSplitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.DatasetSplit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Expected to have ID
   * 
* * .clarifai.api.Dataset dataset = 1; * @return Whether the dataset field is set. */ boolean hasDataset(); /** *
   * Expected to have ID
   * 
* * .clarifai.api.Dataset dataset = 1; * @return The dataset. */ com.clarifai.grpc.api.Dataset getDataset(); /** *
   * Expected to have ID
   * 
* * .clarifai.api.Dataset dataset = 1; */ com.clarifai.grpc.api.DatasetOrBuilder getDatasetOrBuilder(); /** *
   * For RANDOM_PERCENTAGE_SPLIT.
   * Values from (0,100]
   * 
* * uint32 percentage = 2; * @return Whether the percentage field is set. */ boolean hasPercentage(); /** *
   * For RANDOM_PERCENTAGE_SPLIT.
   * Values from (0,100]
   * 
* * uint32 percentage = 2; * @return The percentage. */ int getPercentage(); public com.clarifai.grpc.api.DatasetSplit.MethodInfoCase getMethodInfoCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy