ProjectsLocationsTensorboardsResource class

Constructors

ProjectsLocationsTensorboardsResource(ApiRequester client)

Properties

experiments ProjectsLocationsTensorboardsExperimentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsTensorboardsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchRead(String tensorboard, {List<String>? timeSeries, String? $fields}) Future<GoogleCloudAiplatformV1BatchReadTensorboardTimeSeriesDataResponse>
Reads multiple TensorboardTimeSeries' data.
create(GoogleCloudAiplatformV1Tensorboard request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a Tensorboard.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a Tensorboard.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1Tensorboard>
Gets a Tensorboard.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListTensorboardsResponse>
Lists Tensorboards in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1Tensorboard request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a Tensorboard.
readSize(String tensorboard, {String? $fields}) Future<GoogleCloudAiplatformV1ReadTensorboardSizeResponse>
Returns the storage size for a given TensorBoard instance.
readUsage(String tensorboard, {String? $fields}) Future<GoogleCloudAiplatformV1ReadTensorboardUsageResponse>
Returns a list of monthly active users for a given TensorBoard instance.
toString() String
A string representation of this object.
inherited

Operators

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