public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 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 page provides documentation for the `StartInstanceRequest` class within the Google Cloud AI Platform Notebooks v1beta1 API."],["`StartInstanceRequest` is used to create requests for starting a notebook instance and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is part of the `Google.Cloud.Notebooks.V1Beta1` namespace, within the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["It has two constructors: a default constructor and one that takes another `StartInstanceRequest` as a parameter to create a copy."],["The class includes a `Name` property, which is a required string for specifying the notebook instance's location in the format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]