ProjectsLocationsTensorboardsExperiments
class ProjectsLocationsTensorboardsExperiments extends Resource (View source)
The "experiments" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$experiments = $aiplatformService->projects_locations_tensorboards_experiments;
Methods
Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
Creates a TensorboardExperiment. (experiments.create)
Deletes a TensorboardExperiment. (experiments.delete)
Gets a TensorboardExperiment. (experiments.get)
Lists TensorboardExperiments in a Location.
Updates a TensorboardExperiment. (experiments.patch)
Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.
Details
GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse
batchCreate(string $parent, GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest $postBody, array $optParams = [])
Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
(experiments.batchCreate)
GoogleCloudAiplatformV1TensorboardExperiment
create(string $parent, GoogleCloudAiplatformV1TensorboardExperiment $postBody, array $optParams = [])
Creates a TensorboardExperiment. (experiments.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a TensorboardExperiment. (experiments.delete)
GoogleCloudAiplatformV1TensorboardExperiment
get(string $name, array $optParams = [])
Gets a TensorboardExperiment. (experiments.get)
GoogleCloudAiplatformV1ListTensorboardExperimentsResponse
listProjectsLocationsTensorboardsExperiments(string $parent, array $optParams = [])
Lists TensorboardExperiments in a Location.
(experiments.listProjectsLocationsTensorboardsExperiments)
GoogleCloudAiplatformV1TensorboardExperiment
patch(string $name, GoogleCloudAiplatformV1TensorboardExperiment $postBody, array $optParams = [])
Updates a TensorboardExperiment. (experiments.patch)
GoogleCloudAiplatformV1WriteTensorboardExperimentDataResponse
write(string $tensorboardExperiment, GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest $postBody, array $optParams = [])
Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.
(experiments.write)