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"]],[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `StartInstanceRequest` class within the AI Platform Notebooks v1 API."],["The latest version of `StartInstanceRequest` is 2.5.0, and documentation for previous versions is also available, ranging back to version 1.0.0-beta04."],["`StartInstanceRequest` is used to initiate the starting of a notebook instance and is included in the Google.Cloud.Notebooks.V1 namespace."],["The `StartInstanceRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property within the `StartInstanceRequest` class is a required string that follows a specific format to identify a notebook instance: `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]