public sealed class WorkerAssignedEvent : IMessage<WorkerAssignedEvent>, IEquatable<WorkerAssignedEvent>, IDeepCloneable<WorkerAssignedEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkerAssignedEvent.
An event generated after a worker VM has been assigned to run the
pipeline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["The `WorkerAssignedEvent` class in the Cloud Life Sciences v2beta API represents an event triggered when a worker VM is assigned to a pipeline."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `WorkerAssignedEvent` class provides properties such as `Instance`, `MachineType`, and `Zone`, to provide details about the assigned worker VM."],["There are two constructors for the `WorkerAssignedEvent` class, one for a default instance and one for copying an existing `WorkerAssignedEvent` instance."],["The latest version available is 2.0.0-beta06, with prior versions including 2.0.0-beta05 and 1.0.0-beta02."]]],[]]