ProjectsLocationsStudies
class ProjectsLocationsStudies extends Resource (View source)
The "studies" collection of methods.
Typical usage is:
$mlService = new Google\Service\CloudMachineLearningEngine(...);
$studies = $mlService->projects_locations_studies;
Methods
create(string $parent, GoogleCloudMlV1Study $postBody, array $optParams = [])
Creates a study. (studies.create)
delete(string $name, array $optParams = [])
Deletes a study. (studies.delete)
get(string $name, array $optParams = [])
Gets a study. (studies.get)
listProjectsLocationsStudies(string $parent, array $optParams = [])
Lists all the studies in a region for an associated project.
Details
GoogleCloudMlV1Study
create(string $parent, GoogleCloudMlV1Study $postBody, array $optParams = [])
Creates a study. (studies.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a study. (studies.delete)
GoogleCloudMlV1Study
get(string $name, array $optParams = [])
Gets a study. (studies.get)
GoogleCloudMlV1ListStudiesResponse
listProjectsLocationsStudies(string $parent, array $optParams = [])
Lists all the studies in a region for an associated project.
(studies.listProjectsLocationsStudies)