Class ServiceInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceInfo()  
      ServiceInfo​(ServiceInfo source)
      NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Boolean getAuthorizationEnable()
      Get 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
      String getCommand()
      Get 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
      CronScaleJob[] getCronScaleJobs()
      Get 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
      EnvVar[] getEnv()
      Get 环境变量 注意:此字段可能返回 null,表示取不到有效值。
      HorizontalPodAutoscaler getHorizontalPodAutoscaler()
      Get hpa配置 注意:此字段可能返回 null,表示取不到有效值。
      Long getHybridBillingPrepaidReplicas()
      Get 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
      ImageInfo getImageInfo()
      Get 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
      InferCodeInfo getInferCodeInfo()
      Get 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
      String getInstanceType()
      Get 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
      LogConfig getLogConfig()
      Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。
      Boolean getLogEnable()
      Get 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
      Boolean getModelHotUpdateEnable()
      Get 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
      ModelInfo getModelInfo()
      Get 模型信息 注意:此字段可能返回 null,表示取不到有效值。
      Boolean getModelTurboEnable()
      Get 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
      Long getOldHybridBillingPrepaidReplicas()
      Get 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
      Long getOldReplicas()
      Get 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
      Pod[] getPodInfos()
      Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      String[] getPodList()
      Get 实例列表 注意:此字段可能返回 null,表示取不到有效值。
      Pod getPods()
      Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      Long getReplicas()
      Get 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
      ResourceInfo getResources()
      Get 资源信息 注意:此字段可能返回 null,表示取不到有效值。
      ResourceInfo getResourceTotal()
      Get 资源总量 注意:此字段可能返回 null,表示取不到有效值。
      String getScaleMode()
      Get 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
      String getScaleStrategy()
      Get 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
      String getScheduledAction()
      Get 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
      ServiceEIP getServiceEIP()
      Get 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。
      ServiceLimit getServiceLimit()
      Get 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
      WorkloadStatus getStatus()
      Get 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
      VolumeMount getVolumeMount()
      Get 挂载 注意:此字段可能返回 null,表示取不到有效值。
      Long getWeight()
      Get 权重 注意:此字段可能返回 null,表示取不到有效值。
      void setAuthorizationEnable​(Boolean AuthorizationEnable)
      Set 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
      void setCommand​(String Command)
      Set 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
      void setCronScaleJobs​(CronScaleJob[] CronScaleJobs)
      Set 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
      void setEnv​(EnvVar[] Env)
      Set 环境变量 注意:此字段可能返回 null,表示取不到有效值。
      void setHorizontalPodAutoscaler​(HorizontalPodAutoscaler HorizontalPodAutoscaler)
      Set hpa配置 注意:此字段可能返回 null,表示取不到有效值。
      void setHybridBillingPrepaidReplicas​(Long HybridBillingPrepaidReplicas)
      Set 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
      void setImageInfo​(ImageInfo ImageInfo)
      Set 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
      void setInferCodeInfo​(InferCodeInfo InferCodeInfo)
      Set 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
      void setInstanceType​(String InstanceType)
      Set 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
      void setLogConfig​(LogConfig LogConfig)
      Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。
      void setLogEnable​(Boolean LogEnable)
      Set 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
      void setModelHotUpdateEnable​(Boolean ModelHotUpdateEnable)
      Set 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
      void setModelInfo​(ModelInfo ModelInfo)
      Set 模型信息 注意:此字段可能返回 null,表示取不到有效值。
      void setModelTurboEnable​(Boolean ModelTurboEnable)
      Set 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
      void setOldHybridBillingPrepaidReplicas​(Long OldHybridBillingPrepaidReplicas)
      Set 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
      void setOldReplicas​(Long OldReplicas)
      Set 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
      void setPodInfos​(Pod[] PodInfos)
      Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      void setPodList​(String[] PodList)
      Set 实例列表 注意:此字段可能返回 null,表示取不到有效值。
      void setPods​(Pod Pods)
      Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      void setReplicas​(Long Replicas)
      Set 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
      void setResources​(ResourceInfo Resources)
      Set 资源信息 注意:此字段可能返回 null,表示取不到有效值。
      void setResourceTotal​(ResourceInfo ResourceTotal)
      Set 资源总量 注意:此字段可能返回 null,表示取不到有效值。
      void setScaleMode​(String ScaleMode)
      Set 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
      void setScaleStrategy​(String ScaleStrategy)
      Set 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
      void setScheduledAction​(String ScheduledAction)
      Set 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
      void setServiceEIP​(ServiceEIP ServiceEIP)
      Set 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。
      void setServiceLimit​(ServiceLimit ServiceLimit)
      Set 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(WorkloadStatus Status)
      Set 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
      void setVolumeMount​(VolumeMount VolumeMount)
      Set 挂载 注意:此字段可能返回 null,表示取不到有效值。
      void setWeight​(Long Weight)
      Set 权重 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • ServiceInfo

        public ServiceInfo()
      • ServiceInfo

        public ServiceInfo​(ServiceInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getReplicas

        public Long getReplicas()
        Get 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Replicas 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
      • setReplicas

        public void setReplicas​(Long Replicas)
        Set 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Replicas - 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。
      • getImageInfo

        public ImageInfo getImageInfo()
        Get 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImageInfo 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
      • setImageInfo

        public void setImageInfo​(ImageInfo ImageInfo)
        Set 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImageInfo - 镜像信息 注意:此字段可能返回 null,表示取不到有效值。
      • getEnv

        public EnvVar[] getEnv()
        Get 环境变量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Env 环境变量 注意:此字段可能返回 null,表示取不到有效值。
      • setEnv

        public void setEnv​(EnvVar[] Env)
        Set 环境变量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Env - 环境变量 注意:此字段可能返回 null,表示取不到有效值。
      • getResources

        public ResourceInfo getResources()
        Get 资源信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Resources 资源信息 注意:此字段可能返回 null,表示取不到有效值。
      • setResources

        public void setResources​(ResourceInfo Resources)
        Set 资源信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Resources - 资源信息 注意:此字段可能返回 null,表示取不到有效值。
      • getInstanceType

        public String getInstanceType()
        Get 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InstanceType 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
      • setInstanceType

        public void setInstanceType​(String InstanceType)
        Set 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InstanceType - 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。
      • getModelInfo

        public ModelInfo getModelInfo()
        Get 模型信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ModelInfo 模型信息 注意:此字段可能返回 null,表示取不到有效值。
      • setModelInfo

        public void setModelInfo​(ModelInfo ModelInfo)
        Set 模型信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ModelInfo - 模型信息 注意:此字段可能返回 null,表示取不到有效值。
      • getLogEnable

        public Boolean getLogEnable()
        Get 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LogEnable 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
      • setLogEnable

        public void setLogEnable​(Boolean LogEnable)
        Set 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LogEnable - 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。
      • getLogConfig

        public LogConfig getLogConfig()
        Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LogConfig 日志配置 注意:此字段可能返回 null,表示取不到有效值。
      • setLogConfig

        public void setLogConfig​(LogConfig LogConfig)
        Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LogConfig - 日志配置 注意:此字段可能返回 null,表示取不到有效值。
      • getAuthorizationEnable

        public Boolean getAuthorizationEnable()
        Get 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AuthorizationEnable 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
      • setAuthorizationEnable

        public void setAuthorizationEnable​(Boolean AuthorizationEnable)
        Set 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AuthorizationEnable - 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。
      • getHorizontalPodAutoscaler

        public HorizontalPodAutoscaler getHorizontalPodAutoscaler()
        Get hpa配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HorizontalPodAutoscaler hpa配置 注意:此字段可能返回 null,表示取不到有效值。
      • setHorizontalPodAutoscaler

        public void setHorizontalPodAutoscaler​(HorizontalPodAutoscaler HorizontalPodAutoscaler)
        Set hpa配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HorizontalPodAutoscaler - hpa配置 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public WorkloadStatus getStatus()
        Get 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(WorkloadStatus Status)
        Set 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。
      • getWeight

        public Long getWeight()
        Get 权重 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Weight 权重 注意:此字段可能返回 null,表示取不到有效值。
      • setWeight

        public void setWeight​(Long Weight)
        Set 权重 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Weight - 权重 注意:此字段可能返回 null,表示取不到有效值。
      • getPodList

        public String[] getPodList()
        Get 实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PodList 实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • setPodList

        public void setPodList​(String[] PodList)
        Set 实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PodList - 实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • getResourceTotal

        public ResourceInfo getResourceTotal()
        Get 资源总量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ResourceTotal 资源总量 注意:此字段可能返回 null,表示取不到有效值。
      • setResourceTotal

        public void setResourceTotal​(ResourceInfo ResourceTotal)
        Set 资源总量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ResourceTotal - 资源总量 注意:此字段可能返回 null,表示取不到有效值。
      • getOldReplicas

        public Long getOldReplicas()
        Get 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldReplicas 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
      • setOldReplicas

        public void setOldReplicas​(Long OldReplicas)
        Set 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldReplicas - 历史实例数 注意:此字段可能返回 null,表示取不到有效值。
      • getHybridBillingPrepaidReplicas

        public Long getHybridBillingPrepaidReplicas()
        Get 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HybridBillingPrepaidReplicas 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
      • setHybridBillingPrepaidReplicas

        public void setHybridBillingPrepaidReplicas​(Long HybridBillingPrepaidReplicas)
        Set 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HybridBillingPrepaidReplicas - 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。
      • getOldHybridBillingPrepaidReplicas

        public Long getOldHybridBillingPrepaidReplicas()
        Get 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldHybridBillingPrepaidReplicas 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
      • setOldHybridBillingPrepaidReplicas

        public void setOldHybridBillingPrepaidReplicas​(Long OldHybridBillingPrepaidReplicas)
        Set 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldHybridBillingPrepaidReplicas - 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。
      • getModelHotUpdateEnable

        public Boolean getModelHotUpdateEnable()
        Get 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ModelHotUpdateEnable 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
      • setModelHotUpdateEnable

        public void setModelHotUpdateEnable​(Boolean ModelHotUpdateEnable)
        Set 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ModelHotUpdateEnable - 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。
      • getScaleMode

        public String getScaleMode()
        Get 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScaleMode 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
      • setScaleMode

        public void setScaleMode​(String ScaleMode)
        Set 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScaleMode - 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。
      • getCronScaleJobs

        public CronScaleJob[] getCronScaleJobs()
        Get 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CronScaleJobs 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
      • setCronScaleJobs

        public void setCronScaleJobs​(CronScaleJob[] CronScaleJobs)
        Set 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CronScaleJobs - 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。
      • getScaleStrategy

        public String getScaleStrategy()
        Get 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScaleStrategy 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
      • setScaleStrategy

        public void setScaleStrategy​(String ScaleStrategy)
        Set 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScaleStrategy - 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。
      • getScheduledAction

        public String getScheduledAction()
        Get 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScheduledAction 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
      • setScheduledAction

        public void setScheduledAction​(String ScheduledAction)
        Set 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScheduledAction - 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。
      • getPods

        public Pod getPods()
        Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Pods Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      • setPods

        public void setPods​(Pod Pods)
        Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Pods - Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      • getPodInfos

        public Pod[] getPodInfos()
        Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PodInfos Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      • setPodInfos

        public void setPodInfos​(Pod[] PodInfos)
        Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PodInfos - Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceLimit

        public ServiceLimit getServiceLimit()
        Get 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceLimit 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceLimit

        public void setServiceLimit​(ServiceLimit ServiceLimit)
        Set 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceLimit - 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。
      • getModelTurboEnable

        public Boolean getModelTurboEnable()
        Get 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ModelTurboEnable 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
      • setModelTurboEnable

        public void setModelTurboEnable​(Boolean ModelTurboEnable)
        Set 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ModelTurboEnable - 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。
      • getVolumeMount

        public VolumeMount getVolumeMount()
        Get 挂载 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VolumeMount 挂载 注意:此字段可能返回 null,表示取不到有效值。
      • setVolumeMount

        public void setVolumeMount​(VolumeMount VolumeMount)
        Set 挂载 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VolumeMount - 挂载 注意:此字段可能返回 null,表示取不到有效值。
      • getInferCodeInfo

        public InferCodeInfo getInferCodeInfo()
        Get 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InferCodeInfo 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
      • setInferCodeInfo

        public void setInferCodeInfo​(InferCodeInfo InferCodeInfo)
        Set 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InferCodeInfo - 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCommand

        public String getCommand()
        Get 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Command 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
      • setCommand

        public void setCommand​(String Command)
        Set 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Command - 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceEIP

        public ServiceEIP getServiceEIP()
        Get 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceEIP 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceEIP

        public void setServiceEIP​(ServiceEIP ServiceEIP)
        Set 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceEIP - 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。