Cloud AI Platform v1 API - Class TensorboardExperiment (2.27.0)

public sealed class TensorboardExperiment : IMessage<TensorboardExperiment>, IEquatable<TensorboardExperiment>, IDeepCloneable<TensorboardExperiment>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class TensorboardExperiment.

A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.

Inheritance

object > TensorboardExperiment

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TensorboardExperiment()

public TensorboardExperiment()

TensorboardExperiment(TensorboardExperiment)

public TensorboardExperiment(TensorboardExperiment other)
Parameter
NameDescription
otherTensorboardExperiment

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this TensorboardExperiment was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of this TensorboardExperiment.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User provided name of this TensorboardExperiment.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

The labels with user-defined metadata to organize your TensorboardExperiment.

Label keys and values cannot be longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset (System labels are excluded).

See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with aiplatform.googleapis.com/ and are immutable. The following system labels exist for each Dataset:

  • aiplatform.googleapis.com/dataset_metadata_schema: output only. Its value is the [metadata_schema's][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] title.
Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. Name of the TensorboardExperiment. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Property Value
TypeDescription
string

Source

public string Source { get; set; }

Immutable. Source of the TensorboardExperiment. Example: a custom training job.

Property Value
TypeDescription
string

TensorboardExperimentName

public TensorboardExperimentName TensorboardExperimentName { get; set; }

TensorboardExperimentName-typed view over the Name resource name property.

Property Value
TypeDescription
TensorboardExperimentName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this TensorboardExperiment was last updated.

Property Value
TypeDescription
Timestamp