public sealed class CreateTensorboardExperimentRequest : IMessage<CreateTensorboardExperimentRequest>, IEquatable<CreateTensorboardExperimentRequest>, IDeepCloneable<CreateTensorboardExperimentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateTensorboardExperimentRequest.
Request message for [TensorboardService.CreateTensorboardExperiment][google.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardExperiment].
Implements
IMessageCreateTensorboardExperimentRequest, IEquatableCreateTensorboardExperimentRequest, IDeepCloneableCreateTensorboardExperimentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateTensorboardExperimentRequest()
public CreateTensorboardExperimentRequest()CreateTensorboardExperimentRequest(CreateTensorboardExperimentRequest)
public CreateTensorboardExperimentRequest(CreateTensorboardExperimentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateTensorboardExperimentRequest | 
Properties
Parent
public string Parent { get; set; }Required. The resource name of the Tensorboard to create the
TensorboardExperiment in. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsTensorboardExperimentName
public TensorboardExperimentName ParentAsTensorboardExperimentName { get; set; }TensorboardExperimentName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| TensorboardExperimentName | |
TensorboardExperiment
public TensorboardExperiment TensorboardExperiment { get; set; }The TensorboardExperiment to create.
| Property Value | |
|---|---|
| Type | Description | 
| TensorboardExperiment | |
TensorboardExperimentId
public string TensorboardExperimentId { get; set; }Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name.
This value should be 1-128 characters, and valid characters
are /[a-z][0-9]-/.
| Property Value | |
|---|---|
| Type | Description | 
| string | |