ProjectsLocationsTensorboardsExperimentsRunsResource class

Constructors

ProjectsLocationsTensorboardsExperimentsRunsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsTensorboardsExperimentsRunsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSeries ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesResource
no setter

Methods

batchCreate(GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1BatchCreateTensorboardRunsResponse>
Batch create TensorboardRuns.
create(GoogleCloudAiplatformV1TensorboardRun request, String parent, {String? tensorboardRunId, String? $fields}) Future<GoogleCloudAiplatformV1TensorboardRun>
Creates a TensorboardRun.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a TensorboardRun.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1TensorboardRun>
Gets a TensorboardRun.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListTensorboardRunsResponse>
Lists TensorboardRuns in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1TensorboardRun request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudAiplatformV1TensorboardRun>
Updates a TensorboardRun.
toString() String
A string representation of this object.
inherited
write(GoogleCloudAiplatformV1WriteTensorboardRunDataRequest request, String tensorboardRun, {String? $fields}) Future<GoogleCloudAiplatformV1WriteTensorboardRunDataResponse>
Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun.

Operators

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