public sealed class CreateTensorboardRequest : IMessage<CreateTensorboardRequest>, IEquatable<CreateTensorboardRequest>, IDeepCloneable<CreateTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateTensorboardRequest.
Request message for
[TensorboardService.CreateTensorboard][google.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboard].
[[["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-04-09 UTC."],[[["This documentation details the `CreateTensorboardRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `CreateTensorboardRequest` class is used to send a request to create a new Tensorboard instance via the `TensorboardService.CreateTensorboard` method."],["This class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting features such as message handling, equality checks, deep cloning, and buffer message operations."],["The `CreateTensorboardRequest` class has properties for specifying the `Parent` resource location and the `Tensorboard` object to be created, both of which are required for creating a Tensorboard."],["The available constructors are the default constructor `CreateTensorboardRequest()`, as well as a copy constructor `CreateTensorboardRequest(CreateTensorboardRequest other)` that takes a `CreateTensorboardRequest` object as a parameter."]]],[]]