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 page provides documentation for the `StartInstanceRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.1.0, which is part of the AI Platform Notebooks."],["The `StartInstanceRequest` class is used to initiate a request for starting a notebook instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits properties from `Object` and provides two constructors, a default one and another that takes a `StartInstanceRequest` object as a parameter."],["The `StartInstanceRequest` class has a `Name` property, which is a string representing the instance path, formatted as `projects/{project_id}/locations/{location}/instances/{instance_id}`, and is a required field."],["There are multiple versions of this API available, ranging from version 1.0.0-beta04 to the latest 2.5.0."]]],[]]