Class GetModelResponse

    • Method Detail

      • algorithm

        @Nullable
        public final java.lang.String algorithm()
        The algorithm.

        API name: algorithm

      • createdTime

        @Nullable
        public final java.lang.Long createdTime()
        The created time.

        API name: created_time

      • isHidden

        @Nullable
        public final java.lang.Boolean isHidden()
        Whether the model is hidden.

        API name: is_hidden

      • lastRegisteredTime

        @Nullable
        public final java.lang.Long lastRegisteredTime()
        The last registered time.

        API name: last_registered_time

      • lastUpdatedTime

        @Nullable
        public final java.lang.Long lastUpdatedTime()
        The last updated time.

        API name: last_updated_time

      • modelConfig

        @Nullable
        public final ModelConfig modelConfig()
        API name: model_config
      • modelContentHashValue

        @Nullable
        public final java.lang.String modelContentHashValue()
        The model content hash value.

        API name: model_content_hash_value

      • modelContentSizeInBytes

        @Nullable
        public final java.lang.Long modelContentSizeInBytes()
        The model content size in bytes.

        API name: model_content_size_in_bytes

      • modelFormat

        @Nullable
        public final ModelFormat modelFormat()
        API name: model_format
      • modelGroupId

        @Nullable
        public final java.lang.String modelGroupId()
        The model group ID.

        API name: model_group_id

      • modelState

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

        API name: model_state

      • modelVersion

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

        API name: model_version

      • name

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

        API name: name

      • totalChunks

        @Nullable
        public final java.lang.Long totalChunks()
        The total chunks.

        API name: total_chunks

      • 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