Skip to content

Service

This class encapsulates and extends the ROS resource type ALIYUN::PAI::Service, which is used to create an Elastic Algorithm Service (EAS) service in Machine Learning Platform for AI (PAI).

Initializers

import com.aliyun.ros.cdk.pai.Service;
Service.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .serviceConfig(IResolvable)
    .serviceConfig(java.util.Map<java.lang.String, java.lang.Object>)
//  .develop(java.lang.String)
//  .develop(IResolvable)
//  .labels(IResolvable)
//  .labels(java.util.Map<java.lang.String, java.lang.Object>)
    .build();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct No description.
id java.lang.String No description.
enableResourcePropertyConstraint java.lang.Boolean No description.
serviceConfig com.aliyun.ros.cdk.core.IResolvable OR java.util.Map Property serviceConfig: Service configuration information.
develop java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property develop: Whether to enter the development mode.
labels com.aliyun.ros.cdk.core.IResolvable OR java.util.Map Property labels: Service Tag.

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

idRequired

  • Type: java.lang.String

enableResourcePropertyConstraintOptional

  • Type: java.lang.Boolean

serviceConfigRequired

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map

Property serviceConfig: Service configuration information.


developOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property develop: Whether to enter the development mode.


labelsOptional

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map

Property labels: Service Tag.


Methods

Name Description
toString Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
addCondition No description.
addCount No description.
addDependency No description.
addResourceDesc No description.
applyRemovalPolicy No description.
getAtt No description.
setMetadata No description.

toString

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public void synthesize(ISynthesisSession session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


addCondition

public void addCondition(RosCondition condition)

conditionRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDependency

public void addDependency(Resource resource)

resourceRequired

  • Type: com.aliyun.ros.cdk.core.Resource

addResourceDesc

public void addResourceDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy(RemovalPolicy policy)

policyRequired

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

getAtt

public IResolvable getAtt(java.lang.String name)

nameRequired

  • Type: java.lang.String

setMetadata

public void setMetadata(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

Static Functions

Name Description
isConstruct Return whether the given object is a Construct.

isConstruct

import com.aliyun.ros.cdk.pai.Service;
Service.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
ref java.lang.String No description.
stack com.aliyun.ros.cdk.core.Stack The stack in which this resource is defined.
resource com.aliyun.ros.cdk.core.RosResource No description.
attrAccessToken com.aliyun.ros.cdk.core.IResolvable Attribute AccessToken: Service Request authentication token.
attrCallerUid com.aliyun.ros.cdk.core.IResolvable Attribute CallerUid: The ID of the service creator, which can be the ID of the RAM account.
attrCpu com.aliyun.ros.cdk.core.IResolvable Attribute Cpu: Number of service CPU cores.
attrCreateTime com.aliyun.ros.cdk.core.IResolvable Attribute CreateTime: Creation time of the service.
attrCurrentVersion com.aliyun.ros.cdk.core.IResolvable Attribute CurrentVersion: Current running version of the service.
attrExtraData com.aliyun.ros.cdk.core.IResolvable Attribute ExtraData: Service Extra Information.
attrGpu com.aliyun.ros.cdk.core.IResolvable Attribute Gpu: Number of service GPU cards.
attrImage com.aliyun.ros.cdk.core.IResolvable Attribute Image: Service Deployment Mirroring.
attrInternetEndpoint com.aliyun.ros.cdk.core.IResolvable Attribute InternetEndpoint: Public network Endpoint of the service.
attrIntranetEndpoint com.aliyun.ros.cdk.core.IResolvable Attribute IntranetEndpoint: The intranet Endpoint of the service.
attrLabels com.aliyun.ros.cdk.core.IResolvable Attribute Labels: Service Tag.
attrLatestVersion com.aliyun.ros.cdk.core.IResolvable Attribute LatestVersion: The latest version of the service.
attrMemory com.aliyun.ros.cdk.core.IResolvable Attribute Memory: Memory of service (MB).
attrMessage com.aliyun.ros.cdk.core.IResolvable Attribute Message: Latest information on services.
attrNamespace com.aliyun.ros.cdk.core.IResolvable Attribute Namespace: The namespace to which the service belongs.
attrParentUid com.aliyun.ros.cdk.core.IResolvable Attribute ParentUid: Primary account ID of the creator.
attrPendingInstance com.aliyun.ros.cdk.core.IResolvable Attribute PendingInstance: Number of instances where the service is not currently ready.
attrReason com.aliyun.ros.cdk.core.IResolvable Attribute Reason: Service deployment failure reason.
attrResource com.aliyun.ros.cdk.core.IResolvable Attribute Resource: The ID of the resource group to which the service belongs.
attrResourceAlias com.aliyun.ros.cdk.core.IResolvable Attribute ResourceAlias: Name of the resource group where the service resides.
attrRole com.aliyun.ros.cdk.core.IResolvable Attribute Role: Grouping Service Role.
attrRoleAttrs com.aliyun.ros.cdk.core.IResolvable Attribute RoleAttrs: Grouping Service Role Properties.
attrRunningInstance com.aliyun.ros.cdk.core.IResolvable Attribute RunningInstance: Number of instances in service running.
attrSafetyLock com.aliyun.ros.cdk.core.IResolvable Attribute SafetyLock: Service Security Lock Status.
attrServiceConfig com.aliyun.ros.cdk.core.IResolvable Attribute ServiceConfig: Service configuration information.
attrServiceGroup com.aliyun.ros.cdk.core.IResolvable Attribute ServiceGroup: Group to which the service belongs.
attrServiceName com.aliyun.ros.cdk.core.IResolvable Attribute ServiceName: Service Name.
attrServiceUid com.aliyun.ros.cdk.core.IResolvable Attribute ServiceUid: Unique Service ID.
attrTotalInstance com.aliyun.ros.cdk.core.IResolvable Attribute TotalInstance: Total number of instances required by the service.
attrUpdateTime com.aliyun.ros.cdk.core.IResolvable Attribute UpdateTime: Service Last Updated.
attrWeight com.aliyun.ros.cdk.core.IResolvable Attribute Weight: Packet Service Traffic Weight.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this resource is defined.


resourceOptional

public RosResource getResource();
  • Type: com.aliyun.ros.cdk.core.RosResource

attrAccessTokenRequired

public IResolvable getAttrAccessToken();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute AccessToken: Service Request authentication token.


attrCallerUidRequired

public IResolvable getAttrCallerUid();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CallerUid: The ID of the service creator, which can be the ID of the RAM account.


attrCpuRequired

public IResolvable getAttrCpu();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Cpu: Number of service CPU cores.


attrCreateTimeRequired

public IResolvable getAttrCreateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CreateTime: Creation time of the service.


attrCurrentVersionRequired

public IResolvable getAttrCurrentVersion();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CurrentVersion: Current running version of the service.


attrExtraDataRequired

public IResolvable getAttrExtraData();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ExtraData: Service Extra Information.


attrGpuRequired

public IResolvable getAttrGpu();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Gpu: Number of service GPU cards.


attrImageRequired

public IResolvable getAttrImage();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Image: Service Deployment Mirroring.


attrInternetEndpointRequired

public IResolvable getAttrInternetEndpoint();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute InternetEndpoint: Public network Endpoint of the service.


attrIntranetEndpointRequired

public IResolvable getAttrIntranetEndpoint();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IntranetEndpoint: The intranet Endpoint of the service.


attrLabelsRequired

public IResolvable getAttrLabels();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Labels: Service Tag.


attrLatestVersionRequired

public IResolvable getAttrLatestVersion();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute LatestVersion: The latest version of the service.


attrMemoryRequired

public IResolvable getAttrMemory();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Memory: Memory of service (MB).


attrMessageRequired

public IResolvable getAttrMessage();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Message: Latest information on services.


attrNamespaceRequired

public IResolvable getAttrNamespace();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Namespace: The namespace to which the service belongs.


attrParentUidRequired

public IResolvable getAttrParentUid();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ParentUid: Primary account ID of the creator.


attrPendingInstanceRequired

public IResolvable getAttrPendingInstance();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PendingInstance: Number of instances where the service is not currently ready.


attrReasonRequired

public IResolvable getAttrReason();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Reason: Service deployment failure reason.


attrResourceRequired

public IResolvable getAttrResource();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Resource: The ID of the resource group to which the service belongs.


attrResourceAliasRequired

public IResolvable getAttrResourceAlias();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ResourceAlias: Name of the resource group where the service resides.


attrRoleRequired

public IResolvable getAttrRole();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Role: Grouping Service Role.


attrRoleAttrsRequired

public IResolvable getAttrRoleAttrs();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute RoleAttrs: Grouping Service Role Properties.


attrRunningInstanceRequired

public IResolvable getAttrRunningInstance();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute RunningInstance: Number of instances in service running.


attrSafetyLockRequired

public IResolvable getAttrSafetyLock();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute SafetyLock: Service Security Lock Status.


attrServiceConfigRequired

public IResolvable getAttrServiceConfig();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ServiceConfig: Service configuration information.


attrServiceGroupRequired

public IResolvable getAttrServiceGroup();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ServiceGroup: Group to which the service belongs.


attrServiceNameRequired

public IResolvable getAttrServiceName();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ServiceName: Service Name.


attrServiceUidRequired

public IResolvable getAttrServiceUid();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ServiceUid: Unique Service ID.


attrTotalInstanceRequired

public IResolvable getAttrTotalInstance();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute TotalInstance: Total number of instances required by the service.


attrUpdateTimeRequired

public IResolvable getAttrUpdateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute UpdateTime: Service Last Updated.


attrWeightRequired

public IResolvable getAttrWeight();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Weight: Packet Service Traffic Weight.