public sealed class BatchCreateTensorboardRunsRequest : IMessage<BatchCreateTensorboardRunsRequest>, IEquatable<BatchCreateTensorboardRunsRequest>, IDeepCloneable<BatchCreateTensorboardRunsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchCreateTensorboardRunsRequest.
Request message for [TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns].
Implements
IMessageBatchCreateTensorboardRunsRequest, IEquatableBatchCreateTensorboardRunsRequest, IDeepCloneableBatchCreateTensorboardRunsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchCreateTensorboardRunsRequest()
public BatchCreateTensorboardRunsRequest()
BatchCreateTensorboardRunsRequest(BatchCreateTensorboardRunsRequest)
public BatchCreateTensorboardRunsRequest(BatchCreateTensorboardRunsRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchCreateTensorboardRunsRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsTensorboardExperimentName
public TensorboardExperimentName ParentAsTensorboardExperimentName { get; set; }
TensorboardExperimentName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldCreateTensorboardRunRequest |