Class RegisterModelRequest

    • Method Detail

      • description

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

        API name: description

      • modelFormat

        @Nonnull
        public final java.lang.String modelFormat()
        Required - The portable format of the model file.

        API name: model_format

      • modelGroupId

        @Nullable
        public final java.lang.String modelGroupId()
        The ID of the model group to which to register the model.

        API name: model_group_id

      • name

        @Nonnull
        public final java.lang.String name()
        Required - The model name.

        API name: name

      • version

        @Nonnull
        public final java.lang.String version()
        Required - The model version.

        API name: version

      • 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