Cloud AI Platform v1 API - Class CreateTensorboardExperimentRequest (2.24.0)

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

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

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

Inheritance

object > CreateTensorboardExperimentRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateTensorboardExperimentRequest()

public CreateTensorboardExperimentRequest()

CreateTensorboardExperimentRequest(CreateTensorboardExperimentRequest)

public CreateTensorboardExperimentRequest(CreateTensorboardExperimentRequest other)
Parameter
NameDescription
otherCreateTensorboardExperimentRequest

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

ParentAsTensorboardExperimentName

public TensorboardExperimentName ParentAsTensorboardExperimentName { get; set; }

TensorboardExperimentName-typed view over the Parent resource name property.

Property Value
TypeDescription
TensorboardExperimentName

TensorboardExperiment

public TensorboardExperiment TensorboardExperiment { get; set; }

The TensorboardExperiment to create.

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