Class ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource
The "experiments" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.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(GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest, string)
Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.BatchCreateRequest BatchCreate(GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest | body | The body of the request. |
string | parent | Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in.
Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.BatchCreateRequest |
Create(GoogleCloudAiplatformV1beta1TensorboardExperiment, string)
Creates a TensorboardExperiment.
Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.CreateRequest Create(GoogleCloudAiplatformV1beta1TensorboardExperiment body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1TensorboardExperiment | body | The body of the request. |
string | parent | Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format:
|
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:
|
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:
|
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:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.ListRequest |
Patch(GoogleCloudAiplatformV1beta1TensorboardExperiment, string)
Updates a TensorboardExperiment.
Declaration
public virtual ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1TensorboardExperiment body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1TensorboardExperiment | body | The body of the request. |
string | name | Output only. Name of the TensorboardExperiment. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.PatchRequest |
Write(GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest, 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(GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest body, string tensorboardExperiment)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest | body | The body of the request. |
string | tensorboardExperiment | Required. The resource name of the TensorboardExperiment to write data to. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.WriteRequest |