Class GetPublisherModelRequest (1.25.0)

 GetPublisherModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs) 

Request message for ModelGardenService.GetPublisherModel

Attributes

Name
Description
name
str
Required. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}
language_code
str
Optional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in (see go/bcp47).
view
google.cloud.aiplatform_v1beta1.types.PublisherModelView
Optional. PublisherModel view specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > GetPublisherModelRequest