ServiceProps
Properties for defining a Service
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pai-service
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai"
&alicloudroscdkpai.ServiceProps {
ServiceConfig: interface{},
Develop: interface{},
Labels: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ServiceConfig |
interface{} |
Property serviceConfig: Service configuration information. |
Develop |
interface{} |
Property develop: Whether to enter the development mode. |
Labels |
interface{} |
Property labels: Service Tag. |
ServiceConfig
Required
ServiceConfig interface{}
- Type: interface{}
Property serviceConfig: Service configuration information.
Develop
Optional
Develop interface{}
- Type: interface{}
Property develop: Whether to enter the development mode.
Labels
Optional
Labels interface{}
- Type: interface{}
Property labels: Service Tag.