Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1TensorboardBlobSequence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX