ProjectsLocationsTensorboardsExperimentsResource class
Methods
-
batchCreate(GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest request, String parent, {String? $fields})
→ Future<GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse>
-
Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
-
create(GoogleCloudAiplatformV1TensorboardExperiment request, String parent, {String? tensorboardExperimentId, String? $fields})
→ Future<GoogleCloudAiplatformV1TensorboardExperiment>
-
Creates a TensorboardExperiment.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a TensorboardExperiment.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1TensorboardExperiment>
-
Gets a TensorboardExperiment.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListTensorboardExperimentsResponse>
-
Lists TensorboardExperiments in a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1TensorboardExperiment request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1TensorboardExperiment>
-
Updates a TensorboardExperiment.
-
toString()
→ String
-
A string representation of this object.
inherited
-
write(GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest request, String tensorboardExperiment, {String? $fields})
→ Future<GoogleCloudAiplatformV1WriteTensorboardExperimentDataResponse>
-
Write time series data points of multiple TensorboardTimeSeries in
multiple TensorboardRun's.