接口 GraphAlgebra.SampleOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    GraphAlgebra.Sample, GraphAlgebra.Sample.Builder
    封闭类:
    GraphAlgebra

    public static interface GraphAlgebra.SampleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasSampleType

        boolean hasSampleType()
         The type of sampling
         
        .algebra.Sample.SampleType sample_type = 1;
        返回:
        Whether the sampleType field is set.
      • getSampleType

        GraphAlgebra.Sample.SampleType getSampleType()
         The type of sampling
         
        .algebra.Sample.SampleType sample_type = 1;
        返回:
        The sampleType.
      • hasSeed

        boolean hasSeed()
         The seed for random number generator, which is optional
         
        .google.protobuf.Int32Value seed = 2;
        返回:
        Whether the seed field is set.
      • getSeed

        com.google.protobuf.Int32Value getSeed()
         The seed for random number generator, which is optional
         
        .google.protobuf.Int32Value seed = 2;
        返回:
        The seed.
      • getSeedOrBuilder

        com.google.protobuf.Int32ValueOrBuilder getSeedOrBuilder()
         The seed for random number generator, which is optional
         
        .google.protobuf.Int32Value seed = 2;
      • hasSampleWeight

        boolean hasSampleWeight()
         The variable refer to the sample weight, which is optional
         
        .common.Variable sample_weight = 3;
        返回:
        Whether the sampleWeight field is set.
      • getSampleWeight

        OuterExpression.Variable getSampleWeight()
         The variable refer to the sample weight, which is optional
         
        .common.Variable sample_weight = 3;
        返回:
        The sampleWeight.
      • getSampleWeightOrBuilder

        OuterExpression.VariableOrBuilder getSampleWeightOrBuilder()
         The variable refer to the sample weight, which is optional
         
        .common.Variable sample_weight = 3;