Skip to content

RosWorkspaceResourceMaxComputeProps

Properties for defining a RosWorkspaceResourceMaxCompute.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-pai'
const rosWorkspaceResourceMaxComputeProps: datasource.RosWorkspaceResourceMaxComputeProps = { ... }

Properties

Name Type Description
groupName string | @alicloud/ros-cdk-core.IResolvable No description.
workspaceId string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.

groupNameRequired

public readonly groupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

workspaceIdRequired

public readonly workspaceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable