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