Class GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
Response message for TensorboardService.ReadTensorboardBlobData.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse : IDirectResponseSchema
Properties
Blobs
Blob messages containing blob bytes.
Declaration
[JsonProperty("blobs")]
public virtual IList<GoogleCloudAiplatformV1TensorboardBlob> Blobs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1TensorboardBlob> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |