Cloud AI Platform v1 API - Class BatchCreateTensorboardRunsRequest (2.27.0)

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

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

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

Inheritance

object > BatchCreateTensorboardRunsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchCreateTensorboardRunsRequest()

public BatchCreateTensorboardRunsRequest()

BatchCreateTensorboardRunsRequest(BatchCreateTensorboardRunsRequest)

public BatchCreateTensorboardRunsRequest(BatchCreateTensorboardRunsRequest other)
Parameter
NameDescription
otherBatchCreateTensorboardRunsRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.

Property Value
TypeDescription
string

ParentAsTensorboardExperimentName

public TensorboardExperimentName ParentAsTensorboardExperimentName { get; set; }

TensorboardExperimentName-typed view over the Parent resource name property.

Property Value
TypeDescription
TensorboardExperimentName

Requests

public RepeatedField<CreateTensorboardRunRequest> Requests { get; }

Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.

Property Value
TypeDescription
RepeatedFieldCreateTensorboardRunRequest