ProjectsLocationsTensorboardsExperimentsResource class

Constructors

ProjectsLocationsTensorboardsExperimentsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsTensorboardsExperimentsOperationsResource
no setter
runs ProjectsLocationsTensorboardsExperimentsRunsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited