class PublishersModels extends Resource (View source)

The "models" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $models = $aiplatformService->publishers_models;

Methods

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

Gets a Model Garden publisher model. (models.get)

Details

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

Gets a Model Garden publisher model. (models.get)

Parameters

string $name

Required. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1PublisherModel

Exceptions

Exception