Cloud AI Platform v1 API - Class DeleteTensorboardExperimentRequest (2.27.0)

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

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

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

Inheritance

object > DeleteTensorboardExperimentRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteTensorboardExperimentRequest()

public DeleteTensorboardExperimentRequest()

DeleteTensorboardExperimentRequest(DeleteTensorboardExperimentRequest)

public DeleteTensorboardExperimentRequest(DeleteTensorboardExperimentRequest other)
Parameter
NameDescription
otherDeleteTensorboardExperimentRequest

Properties

Name

public string Name { get; set; }

Required. The name of the TensorboardExperiment to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Property Value
TypeDescription
string

TensorboardExperimentName

public TensorboardExperimentName TensorboardExperimentName { get; set; }

TensorboardExperimentName-typed view over the Name resource name property.

Property Value
TypeDescription
TensorboardExperimentName