Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource

The "experiments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource
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
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource

Constructors

ExperimentsResource(IClientService)

Constructs a new resource.

Declaration
public ExperimentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.OperationsResource

Runs

Gets the Runs resource.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource Runs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource

Methods

BatchCreate(GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest, string)

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.BatchCreateRequest BatchCreate(GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest body

The body of the request.

string parent

Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.BatchCreateRequest

Create(GoogleCloudAiplatformV1TensorboardExperiment, string)

Creates a TensorboardExperiment.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.CreateRequest Create(GoogleCloudAiplatformV1TensorboardExperiment body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1TensorboardExperiment body

The body of the request.

string parent

Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.CreateRequest

Delete(string)

Deletes a TensorboardExperiment.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the TensorboardExperiment to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.DeleteRequest

Get(string)

Gets a TensorboardExperiment.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.GetRequest

List(string)

Lists TensorboardExperiments in a Location.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.ListRequest

Patch(GoogleCloudAiplatformV1TensorboardExperiment, string)

Updates a TensorboardExperiment.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.PatchRequest Patch(GoogleCloudAiplatformV1TensorboardExperiment body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1TensorboardExperiment body

The body of the request.

string name

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

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.PatchRequest

Write(GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest, string)

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.

Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.WriteRequest Write(GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment)
Parameters
Type Name Description
GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest body

The body of the request.

string tensorboardExperiment

Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Returns
Type Description
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.WriteRequest
In this article
Back to top Generated by DocFX