Class GoogleCloudAiplatformV1TensorboardBlobSequence
One point viewable on a blob metric plot, but mostly just a wrapper message to work around repeated fields can't
be used directly within oneof
fields.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1TensorboardBlobSequence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
List of blobs contained within the sequence.
Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudAiplatformV1TensorboardBlob> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1TensorboardBlob> |