Skip to content

ServiceProps

Properties for defining a Service.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-service

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new ServiceProps {
    object ServiceConfig,
    object Develop = null,
    object Labels = null
};

Properties

Name Type Description
ServiceConfig object Property serviceConfig: Service configuration information.
Develop object Property develop: Whether to enter the development mode.
Labels object Property labels: Service Tag.

ServiceConfigRequired

public object ServiceConfig { get; set; }
  • Type: object

Property serviceConfig: Service configuration information.


DevelopOptional

public object Develop { get; set; }
  • Type: object

Property develop: Whether to enter the development mode.


LabelsOptional

public object Labels { get; set; }
  • Type: object

Property labels: Service Tag.