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 reference documentation for the `StartInstanceRequest` class within the Google Cloud Notebooks v1 API, specifically for version 2.3.0."],["`StartInstanceRequest` is used to start a notebook instance and inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is part of the `Google.Cloud.Notebooks.V1` namespace, and its assembly is found in `Google.Cloud.Notebooks.V1.dll`."],["It includes two constructors: a default constructor and one that takes another `StartInstanceRequest` object as a parameter."],["The `Name` property of `StartInstanceRequest` is a required string that specifies the instance to be started using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]