Class ModelProfile

    • Method Detail

      • deploy

        @Nullable
        public final ModelStats deploy()
        API name: deploy
      • execute

        @Nullable
        public final ModelStats execute()
        API name: execute
      • memorySizeEstimationCpu

        @Nullable
        public final java.lang.Long memorySizeEstimationCpu()
        The estimated memory size in CPU.

        API name: memory_size_estimation_cpu

      • memorySizeEstimationGpu

        @Nullable
        public final java.lang.Long memorySizeEstimationGpu()
        The estimated memory size in GPU.

        API name: memory_size_estimation_gpu

      • modelState

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

        API name: model_state

      • predict

        @Nullable
        public final ModelStats predict()
        API name: predict
      • predictRequestStats

        @Nullable
        public final PredictRequestStats predictRequestStats()
        API name: predict_request_stats
      • predictor

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

        API name: predictor

      • register

        @Nullable
        public final ModelStats register()
        API name: register
      • targetWorkerNodes

        @Nonnull
        public final java.util.List<java.util.List<java.lang.String>> targetWorkerNodes()
        API name: target_worker_nodes
      • train

        @Nullable
        public final ModelStats train()
        API name: train
      • trainPredict

        @Nullable
        public final ModelStats trainPredict()
        API name: train_predict
      • undeploy

        @Nullable
        public final ModelStats undeploy()
        API name: undeploy
      • workerNodes

        @Nonnull
        public final java.util.List<java.util.List<java.lang.String>> workerNodes()
        API name: worker_nodes
      • 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