public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetEnvironmentRequest.
[[["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 document provides reference documentation for the `GetEnvironmentRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0 of the .NET library."],["`GetEnvironmentRequest` is used to request information about a specific notebook environment and inherits from the base `object` class while also implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetEnvironmentRequest` class includes a constructor that takes another `GetEnvironmentRequest` object as a parameter, allowing for easy duplication of existing request objects."],["The `Name` property of `GetEnvironmentRequest` is a required string that specifies the full resource path of the desired notebook environment."],["The available versions for the `.NET` library range from `2.5.0` (latest) down to `1.0.0-beta04`."]]],[]]