ProjectsLocationsTensorboardsExperimentsRuns
class ProjectsLocationsTensorboardsExperimentsRuns extends Resource (View source)
The "runs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$runs = $aiplatformService->projects_locations_tensorboards_experiments_runs;
Methods
Batch create TensorboardRuns. (runs.batchCreate)
Creates a TensorboardRun. (runs.create)
Deletes a TensorboardRun. (runs.delete)
Gets a TensorboardRun. (runs.get)
Lists TensorboardRuns in a Location.
Updates a TensorboardRun. (runs.patch)
Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.
Details
GoogleCloudAiplatformV1BatchCreateTensorboardRunsResponse
batchCreate(string $parent, GoogleCloudAiplatformV1BatchCreateTensorboardRunsRequest $postBody, array $optParams = [])
Batch create TensorboardRuns. (runs.batchCreate)
GoogleCloudAiplatformV1TensorboardRun
create(string $parent, GoogleCloudAiplatformV1TensorboardRun $postBody, array $optParams = [])
Creates a TensorboardRun. (runs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a TensorboardRun. (runs.delete)
GoogleCloudAiplatformV1TensorboardRun
get(string $name, array $optParams = [])
Gets a TensorboardRun. (runs.get)
GoogleCloudAiplatformV1ListTensorboardRunsResponse
listProjectsLocationsTensorboardsExperimentsRuns(string $parent, array $optParams = [])
Lists TensorboardRuns in a Location.
(runs.listProjectsLocationsTensorboardsExperimentsRuns)
GoogleCloudAiplatformV1TensorboardRun
patch(string $name, GoogleCloudAiplatformV1TensorboardRun $postBody, array $optParams = [])
Updates a TensorboardRun. (runs.patch)
GoogleCloudAiplatformV1WriteTensorboardRunDataResponse
write(string $tensorboardRun, GoogleCloudAiplatformV1WriteTensorboardRunDataRequest $postBody, array $optParams = [])
Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.
(runs.write)