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

create(string $parent, GoogleCloudAiplatformV1Study $postBody, array $optParams = [])

Creates a Study. A resource name will be generated after creation of the Study. (studies.create)

delete(string $name, array $optParams = [])

Deletes a Study. (studies.delete)

get(string $name, array $optParams = [])

Gets a Study by name. (studies.get)

listProjectsLocationsStudies(string $parent, array $optParams = [])

Lists all the studies in a region for an associated project.

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)

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)

Parameters

string $parent

Required. The resource name of the Location to create the CustomJob in. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1Study $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Study

Exceptions

Exception

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Deletes a Study. (studies.delete)

Parameters

string $name

Required. The name of the Study resource to be deleted. Format: projects/{project}/locations/{location}/studies/{study}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

GoogleCloudAiplatformV1Study get(string $name, array $optParams = [])

Gets a Study by name. (studies.get)

Parameters

string $name

Required. The name of the Study resource. Format: projects/{project}/locations/{location}/studies/{study}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Study

Exceptions

Exception

GoogleCloudAiplatformV1ListStudiesResponse listProjectsLocationsStudies(string $parent, array $optParams = [])

Lists all the studies in a region for an associated project.

(studies.listProjectsLocationsStudies)

Parameters

string $parent

Required. The resource name of the Location to list the Study from. Format: projects/{project}/locations/{location}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListStudiesResponse

Exceptions

Exception

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)

Parameters

string $parent

Required. The resource name of the Location to get the Study from. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1LookupStudyRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Study

Exceptions

Exception