ProjectsLocationsCatalogsModels
class ProjectsLocationsCatalogsModels extends Resource (View source)
The "models" collection of methods.
Typical usage is:
$retailService = new Google\Service\CloudRetail(...);
$models = $retailService->projects_locations_catalogs_models;
Methods
Creates a new model. (models.create)
Deletes an existing model. (models.delete)
Gets a model. (models.get)
Lists all the models linked to this event store.
Update of model metadata. Only fields that currently can be updated are:
filtering_option
and periodic_tuning_state
. If other values are provided,
this API method ignores them. (models.patch)
Pauses the training of an existing model. (models.pause)
Resumes the training of an existing model. (models.resume)
Tunes an existing model. (models.tune)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudRetailV2Model $postBody, array $optParams = [])
Creates a new model. (models.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an existing model. (models.delete)
GoogleCloudRetailV2Model
get(string $name, array $optParams = [])
Gets a model. (models.get)
GoogleCloudRetailV2ListModelsResponse
listProjectsLocationsCatalogsModels(string $parent, array $optParams = [])
Lists all the models linked to this event store.
(models.listProjectsLocationsCatalogsModels)
GoogleCloudRetailV2Model
patch(string $name, GoogleCloudRetailV2Model $postBody, array $optParams = [])
Update of model metadata. Only fields that currently can be updated are:
filtering_option
and periodic_tuning_state
. If other values are provided,
this API method ignores them. (models.patch)
GoogleCloudRetailV2Model
pause(string $name, GoogleCloudRetailV2PauseModelRequest $postBody, array $optParams = [])
Pauses the training of an existing model. (models.pause)
GoogleCloudRetailV2Model
resume(string $name, GoogleCloudRetailV2ResumeModelRequest $postBody, array $optParams = [])
Resumes the training of an existing model. (models.resume)
GoogleLongrunningOperation
tune(string $name, GoogleCloudRetailV2TuneModelRequest $postBody, array $optParams = [])
Tunes an existing model. (models.tune)