Interface RecommenderGenerationConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getParams()
      Parameters for this RecommenderGenerationConfig.
      com.google.protobuf.StructOrBuilder getParamsOrBuilder()
      Parameters for this RecommenderGenerationConfig.
      boolean hasParams()
      Parameters for this RecommenderGenerationConfig.
      • 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

      • hasParams

        boolean hasParams()
         Parameters for this RecommenderGenerationConfig. These configs can be used
         by or are applied to all subtypes.
         
        .google.protobuf.Struct params = 1;
        Returns:
        Whether the params field is set.
      • getParams

        com.google.protobuf.Struct getParams()
         Parameters for this RecommenderGenerationConfig. These configs can be used
         by or are applied to all subtypes.
         
        .google.protobuf.Struct params = 1;
        Returns:
        The params.
      • getParamsOrBuilder

        com.google.protobuf.StructOrBuilder getParamsOrBuilder()
         Parameters for this RecommenderGenerationConfig. These configs can be used
         by or are applied to all subtypes.
         
        .google.protobuf.Struct params = 1;