ProjectsLocationsStudies
class ProjectsLocationsStudies extends Resource (View source)
The "studies" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$studies = $aiplatformService->projects_locations_studies;
Methods
Creates a Study. A resource name will be generated after creation of the Study. (studies.create)
Deletes a Study. (studies.delete)
Gets a Study by name. (studies.get)
Lists all the studies in a region for an associated project.
Looks a study up using the user-defined display_name field instead of the fully qualified resource name. (studies.lookup)
Details
GoogleCloudAiplatformV1Study
create(string $parent, GoogleCloudAiplatformV1Study $postBody, array $optParams = [])
Creates a Study. A resource name will be generated after creation of the Study. (studies.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a Study. (studies.delete)
GoogleCloudAiplatformV1Study
get(string $name, array $optParams = [])
Gets a Study by name. (studies.get)
GoogleCloudAiplatformV1ListStudiesResponse
listProjectsLocationsStudies(string $parent, array $optParams = [])
Lists all the studies in a region for an associated project.
(studies.listProjectsLocationsStudies)
GoogleCloudAiplatformV1Study
lookup(string $parent, GoogleCloudAiplatformV1LookupStudyRequest $postBody, array $optParams = [])
Looks a study up using the user-defined display_name field instead of the fully qualified resource name. (studies.lookup)