AWS RoboMaker is no longer available to new customers. Existing customers of
AWS RoboMaker can continue to use the service as normal.
AWS Batch is now the preferred service to run containerized simulations.
Learn more.
SimulationJobSummary
Summary information for a simulation job.
Contents
- arn
-
The Amazon Resource Name (ARN) of the simulation job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
- computeType
-
The compute type for the simulation job summary.
Type: String
Valid Values:
CPU | GPU_AND_CPU
Required: No
- dataSourceNames
-
The names of the data sources.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_\-]*
Required: No
- lastUpdatedAt
-
The time, in milliseconds since the epoch, when the simulation job was last updated.
Type: Timestamp
Required: No
- name
-
The name of the simulation job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_\-]*
Required: No
- robotApplicationNames
-
A list of simulation job robot application names.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_\-]*
Required: No
- simulationApplicationNames
-
A list of simulation job simulation application names.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_\-]*
Required: No
- status
-
The status of the simulation job.
Type: String
Valid Values:
Pending | Preparing | Running | Restarting | Completed | Failed | RunningFailed | Terminating | Terminated | Canceled
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: