Class ServiceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ServiceInfo
-
public class ServiceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
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 BooleangetAuthorizationEnable()Get 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。StringgetCommand()Get 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。CronScaleJob[]getCronScaleJobs()Get 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。EnvVar[]getEnv()Get 环境变量 注意:此字段可能返回 null,表示取不到有效值。HorizontalPodAutoscalergetHorizontalPodAutoscaler()Get hpa配置 注意:此字段可能返回 null,表示取不到有效值。LonggetHybridBillingPrepaidReplicas()Get 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。ImageInfogetImageInfo()Get 镜像信息 注意:此字段可能返回 null,表示取不到有效值。InferCodeInfogetInferCodeInfo()Get 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。StringgetInstanceType()Get 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。LogConfiggetLogConfig()Get 日志配置 注意:此字段可能返回 null,表示取不到有效值。BooleangetLogEnable()Get 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。BooleangetModelHotUpdateEnable()Get 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。ModelInfogetModelInfo()Get 模型信息 注意:此字段可能返回 null,表示取不到有效值。BooleangetModelTurboEnable()Get 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。LonggetOldHybridBillingPrepaidReplicas()Get 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。LonggetOldReplicas()Get 历史实例数 注意:此字段可能返回 null,表示取不到有效值。Pod[]getPodInfos()Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。String[]getPodList()Get 实例列表 注意:此字段可能返回 null,表示取不到有效值。PodgetPods()Get Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。LonggetReplicas()Get 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。ResourceInfogetResources()Get 资源信息 注意:此字段可能返回 null,表示取不到有效值。ResourceInfogetResourceTotal()Get 资源总量 注意:此字段可能返回 null,表示取不到有效值。StringgetScaleMode()Get 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。StringgetScaleStrategy()Get 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。StringgetScheduledAction()Get 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。ServiceEIPgetServiceEIP()Get 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。ServiceLimitgetServiceLimit()Get 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。WorkloadStatusgetStatus()Get 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。VolumeMountgetVolumeMount()Get 挂载 注意:此字段可能返回 null,表示取不到有效值。LonggetWeight()Get 权重 注意:此字段可能返回 null,表示取不到有效值。voidsetAuthorizationEnable(Boolean AuthorizationEnable)Set 是否开启鉴权 注意:此字段可能返回 null,表示取不到有效值。voidsetCommand(String Command)Set 服务的启动命令 注意:此字段可能返回 null,表示取不到有效值。voidsetCronScaleJobs(CronScaleJob[] CronScaleJobs)Set 定时伸缩任务 注意:此字段可能返回 null,表示取不到有效值。voidsetEnv(EnvVar[] Env)Set 环境变量 注意:此字段可能返回 null,表示取不到有效值。voidsetHorizontalPodAutoscaler(HorizontalPodAutoscaler HorizontalPodAutoscaler)Set hpa配置 注意:此字段可能返回 null,表示取不到有效值。voidsetHybridBillingPrepaidReplicas(Long HybridBillingPrepaidReplicas)Set 计费模式[HYBRID_PAID]时生效, 用于标识混合计费模式下的预付费实例数, 若不填则默认为1 注意:此字段可能返回 null,表示取不到有效值。voidsetImageInfo(ImageInfo ImageInfo)Set 镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidsetInferCodeInfo(InferCodeInfo InferCodeInfo)Set 推理代码信息 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceType(String InstanceType)Set 后付费实例对应的机型规格 注意:此字段可能返回 null,表示取不到有效值。voidsetLogConfig(LogConfig LogConfig)Set 日志配置 注意:此字段可能返回 null,表示取不到有效值。voidsetLogEnable(Boolean LogEnable)Set 是否启用日志 注意:此字段可能返回 null,表示取不到有效值。voidsetModelHotUpdateEnable(Boolean ModelHotUpdateEnable)Set 是否开启模型的热更新。默认不开启 注意:此字段可能返回 null,表示取不到有效值。voidsetModelInfo(ModelInfo ModelInfo)Set 模型信息 注意:此字段可能返回 null,表示取不到有效值。voidsetModelTurboEnable(Boolean ModelTurboEnable)Set 是否开启模型的加速, 仅对StableDiffusion(动态加速)格式的模型有效。 注意:此字段可能返回 null,表示取不到有效值。voidsetOldHybridBillingPrepaidReplicas(Long OldHybridBillingPrepaidReplicas)Set 历史 HYBRID_PAID 时的实例数,用户恢复服务 注意:此字段可能返回 null,表示取不到有效值。voidsetOldReplicas(Long OldReplicas)Set 历史实例数 注意:此字段可能返回 null,表示取不到有效值。voidsetPodInfos(Pod[] PodInfos)Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPodList(String[] PodList)Set 实例列表 注意:此字段可能返回 null,表示取不到有效值。voidsetPods(Pod Pods)Set Pod列表信息 注意:此字段可能返回 null,表示取不到有效值。voidsetReplicas(Long Replicas)Set 期望运行的Pod数量,停止状态是0 不同计费模式和调节模式下对应关系如下 PREPAID 和 POSTPAID_BY_HOUR: 手动调节模式下对应 实例数量 自动调节模式下对应 基于时间的默认策略的实例数量 HYBRID_PAID: 后付费实例手动调节模式下对应 实例数量 后付费实例自动调节模式下对应 时间策略的默认策略的实例数量 注意:此字段可能返回 null,表示取不到有效值。voidsetResources(ResourceInfo Resources)Set 资源信息 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceTotal(ResourceInfo ResourceTotal)Set 资源总量 注意:此字段可能返回 null,表示取不到有效值。voidsetScaleMode(String ScaleMode)Set 实例数量调节方式,默认为手动 支持:自动 - "AUTO", 手动 - "MANUAL" 注意:此字段可能返回 null,表示取不到有效值。voidsetScaleStrategy(String ScaleStrategy)Set 定时伸缩策略 注意:此字段可能返回 null,表示取不到有效值。voidsetScheduledAction(String ScheduledAction)Set 定时停止的配置 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceEIP(ServiceEIP ServiceEIP)Set 开启TIONE内网访问外部设置 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceLimit(ServiceLimit ServiceLimit)Set 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(WorkloadStatus Status)Set 服务的状态描述 注意:此字段可能返回 null,表示取不到有效值。voidsetVolumeMount(VolumeMount VolumeMount)Set 挂载 注意:此字段可能返回 null,表示取不到有效值。voidsetWeight(Long Weight)Set 权重 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-