public sealed class CreateTensorboardRequest : IMessage<CreateTensorboardRequest>, IEquatable<CreateTensorboardRequest>, IDeepCloneable<CreateTensorboardRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-25 UTC."],[[["This documentation provides details for the `CreateTensorboardRequest` class within the Vertex AI v1beta1 API, specifically under the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `CreateTensorboardRequest` class is used to form the request message for the `TensorboardService.CreateTensorboard` method and inherits from the base `object` class while implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, one default and another to copy from an existing `CreateTensorboardRequest` object, and includes properties such as `Parent`, `ParentAsTensorboardName`, and `Tensorboard`."],["The `Parent` property indicates the location resource name where the Tensorboard will be created, and it is a required field, while the `Tensorboard` property represents the Tensorboard to create and is also a required field."],["This class is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and its latest version is `1.0.0-beta21`."]]],[]]