Class GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest
Request message for TensorboardService.BatchCreateTensorboardRuns.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Required. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch.
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleCloudAiplatformV1CreateTensorboardRunRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1CreateTensorboardRunRequest> |