GetPublisherModelRequest constructor
GetPublisherModelRequest({})
Implementation
GetPublisherModelRequest({
required this.name,
this.languageCode = '',
this.view = PublisherModelView.$default,
this.isHuggingFaceModel = false,
this.huggingFaceToken = '',
this.includeEquivalentModelGardenModelDeploymentConfigs = false,
}) : super(fullyQualifiedName);