Skip to content

RosWorkspaceResourceMaxComputeProps

Properties for defining a RosWorkspaceResourceMaxCompute.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pai;
new RosWorkspaceResourceMaxComputeProps {
    object GroupName,
    object Resources,
    object WorkspaceId,
    object IsDefault = null,
    object Option = null
};

Properties

Name Type Description
GroupName object No description.
Resources object No description.
WorkspaceId object No description.
IsDefault object No description.
Option object No description.

GroupNameRequired

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

ResourcesRequired

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

WorkspaceIdRequired

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

IsDefaultOptional

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

OptionOptional

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