public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StartInstanceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation page covers the `StartInstanceRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.0.0, for .NET."],["The `StartInstanceRequest` class is used to request the starting of a notebook instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and provides two constructors: a default constructor and one that accepts another `StartInstanceRequest` object for cloning."],["The `StartInstanceRequest` class has one property called `Name`, which is a string representing the unique identifier for the instance in the required format of `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation also lists previous versions of the `StartInstanceRequest` class, ranging from 2.1.0 to 2.4.0 and the latest version of 2.5.0, as well as a beta version 1.0.0-beta04."]]],[]]