Cloud AI Platform v1 API - Class CreateTensorboardRunRequest (2.27.0)

public sealed class CreateTensorboardRunRequest : IMessage<CreateTensorboardRunRequest>, IEquatable<CreateTensorboardRunRequest>, IDeepCloneable<CreateTensorboardRunRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CreateTensorboardRunRequest.

Request message for [TensorboardService.CreateTensorboardRun][google.cloud.aiplatform.v1.TensorboardService.CreateTensorboardRun].

Inheritance

object > CreateTensorboardRunRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateTensorboardRunRequest()

public CreateTensorboardRunRequest()

CreateTensorboardRunRequest(CreateTensorboardRunRequest)

public CreateTensorboardRunRequest(CreateTensorboardRunRequest other)
Parameter
NameDescription
otherCreateTensorboardRunRequest

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
TypeDescription
string

ParentAsTensorboardRunName

public TensorboardRunName ParentAsTensorboardRunName { get; set; }

TensorboardRunName-typed view over the Parent resource name property.

Property Value
TypeDescription
TensorboardRunName

TensorboardRun

public TensorboardRun TensorboardRun { get; set; }

Required. The TensorboardRun to create.

Property Value
TypeDescription
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
TypeDescription
string