JSON { "Type" : "AWS::ECS::TaskDefinition", "Properties" : { "ContainerDefinitions" : [ ContainerDefinition, ... ], "Cpu" : String, "EnableFaultInjection" : Boolean, "EphemeralStorage" : EphemeralStorage, "ExecutionRoleArn" : String, "Family" : String, "InferenceAccelerators" : [ Infer...
The deviceName must also be referenced in a container definition as a ResourceRequirement . deviceType -> (string) The Elastic Inference accelerator type to use. Shorthand Syntax: deviceName=string,deviceType=string ... JSON Syntax: [ { "deviceName": "string", "deviceType": "string" } ....
Reads an instance of TaskInner from the JsonReader. String id() Get the id property: Fully qualified resource Id for the resource. IdentityProperties identity() Get the identity property: Identity for the resource. Boolean isSystemTask() Get the isSystemTask property: The value of th...
Since a Rake task instantiation needs a task definition as defined in thepackage.jsonfile, VS Code also defines the structure using a TypeScript interface like this: interfaceRakeTaskDefinitionextendsvscode.TaskDefinition{/*** The task name*/task:string;/*** The rake file containing the task*/...
Additional information provided by the external application as JSON. For internal use only. Display name: Additional Parameters Inherited from: activitypointer activityid Edm.Guid Unique identifier of the activity. Display name: Task Inherited from: activitypointer activitytypecode Edm.String Type ...
JSON Copy { "@odata.type": "#microsoft.graph.identityGovernance.taskDefinition", "id": "String (identifier)", "category": "String", "continueOnError": "Boolean", "description": "String", "displayName": "String", "parameters": [ { "@odata.type": "microsoft.graph.identityGovernance....
Regarding the task-flow definition, the main distinction is made between the supported patterns: bag of tasks (B in the table), skeleton (S), or DAG (D). We have also considered whether the users must explicitly (E) or implicitly (I) define the task dependencies and classified the suppor...
The definition of the user identity under which the Task is run. AccessScope Enumeration The Batch resources to which the token grants access. Expand table ValueDescription job Grants access to perform all operations on the Job containing the Task. AffinityInformation Object A locality hint that ...
cm_plugin_run_custom_task - Accepts a task json string and runs the task definition (not including dependencies), including condition handling, env, cwd and all the logic that cargo-make has. cm_plugin_check_task_condition - Returns true/false if the current task conditions are met cm_plugi...
The TaskProxy provides access to the TaskDefinition information but provides state isolation during task execution. async() Specify that the task should execute asynchronously @id The id property is used to return the unique id for the task proxy. The id is the initially generated combined prefix...