Class ModelConfig

    • Method Detail

      • allConfig

        @Nullable
        public final java.lang.String allConfig()
        The all config.

        API name: all_config

      • embeddingDimension

        @Nullable
        public final java.lang.Long embeddingDimension()
        The embedding dimension.

        API name: embedding_dimension

      • frameworkType

        @Nullable
        public final java.lang.String frameworkType()
        The framework type.

        API name: framework_type

      • modelType

        @Nullable
        public final java.lang.String modelType()
        The model type.

        API name: model_type

      • serialize

        public void serialize​(jakarta.json.stream.JsonGenerator generator,
                              JsonpMapper mapper)
        Serialize this object to JSON.
        Specified by:
        serialize in interface JsonpSerializable
      • serializeInternal

        protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator,
                                         JsonpMapper mapper)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object