Module: Google::Cloud::AIPlatform::V1::PublisherModelView

Defined in:
proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb

Overview

View enumeration of PublisherModel.

Constant Summary collapse

PUBLISHER_MODEL_VIEW_UNSPECIFIED =

The default / unset value. The API will default to the BASIC view.

0
PUBLISHER_MODEL_VIEW_BASIC =

Include basic metadata about the publisher model, but not the full contents.

1
PUBLISHER_MODEL_VIEW_FULL =

Include everything.

2
PUBLISHER_MODEL_VERSION_VIEW_BASIC =

Include: VersionId, ModelVersionExternalName, and SupportedActions.

3