source: vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1PublisherModelCallToActionDeploy.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\Aiplatform;
19
20class GoogleCloudAiplatformV1PublisherModelCallToActionDeploy extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $artifactUri;
26 protected $automaticResourcesType = GoogleCloudAiplatformV1AutomaticResources::class;
27 protected $automaticResourcesDataType = '';
28 protected $containerSpecType = GoogleCloudAiplatformV1ModelContainerSpec::class;
29 protected $containerSpecDataType = '';
30 protected $dedicatedResourcesType = GoogleCloudAiplatformV1DedicatedResources::class;
31 protected $dedicatedResourcesDataType = '';
32 protected $deployMetadataType = GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata::class;
33 protected $deployMetadataDataType = '';
34 /**
35 * @var string
36 */
37 public $deployTaskName;
38 protected $largeModelReferenceType = GoogleCloudAiplatformV1LargeModelReference::class;
39 protected $largeModelReferenceDataType = '';
40 /**
41 * @var string
42 */
43 public $modelDisplayName;
44 /**
45 * @var string
46 */
47 public $publicArtifactUri;
48 /**
49 * @var string
50 */
51 public $sharedResources;
52 /**
53 * @var string
54 */
55 public $title;
56
57 /**
58 * @param string
59 */
60 public function setArtifactUri($artifactUri)
61 {
62 $this->artifactUri = $artifactUri;
63 }
64 /**
65 * @return string
66 */
67 public function getArtifactUri()
68 {
69 return $this->artifactUri;
70 }
71 /**
72 * @param GoogleCloudAiplatformV1AutomaticResources
73 */
74 public function setAutomaticResources(GoogleCloudAiplatformV1AutomaticResources $automaticResources)
75 {
76 $this->automaticResources = $automaticResources;
77 }
78 /**
79 * @return GoogleCloudAiplatformV1AutomaticResources
80 */
81 public function getAutomaticResources()
82 {
83 return $this->automaticResources;
84 }
85 /**
86 * @param GoogleCloudAiplatformV1ModelContainerSpec
87 */
88 public function setContainerSpec(GoogleCloudAiplatformV1ModelContainerSpec $containerSpec)
89 {
90 $this->containerSpec = $containerSpec;
91 }
92 /**
93 * @return GoogleCloudAiplatformV1ModelContainerSpec
94 */
95 public function getContainerSpec()
96 {
97 return $this->containerSpec;
98 }
99 /**
100 * @param GoogleCloudAiplatformV1DedicatedResources
101 */
102 public function setDedicatedResources(GoogleCloudAiplatformV1DedicatedResources $dedicatedResources)
103 {
104 $this->dedicatedResources = $dedicatedResources;
105 }
106 /**
107 * @return GoogleCloudAiplatformV1DedicatedResources
108 */
109 public function getDedicatedResources()
110 {
111 return $this->dedicatedResources;
112 }
113 /**
114 * @param GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata
115 */
116 public function setDeployMetadata(GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata $deployMetadata)
117 {
118 $this->deployMetadata = $deployMetadata;
119 }
120 /**
121 * @return GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata
122 */
123 public function getDeployMetadata()
124 {
125 return $this->deployMetadata;
126 }
127 /**
128 * @param string
129 */
130 public function setDeployTaskName($deployTaskName)
131 {
132 $this->deployTaskName = $deployTaskName;
133 }
134 /**
135 * @return string
136 */
137 public function getDeployTaskName()
138 {
139 return $this->deployTaskName;
140 }
141 /**
142 * @param GoogleCloudAiplatformV1LargeModelReference
143 */
144 public function setLargeModelReference(GoogleCloudAiplatformV1LargeModelReference $largeModelReference)
145 {
146 $this->largeModelReference = $largeModelReference;
147 }
148 /**
149 * @return GoogleCloudAiplatformV1LargeModelReference
150 */
151 public function getLargeModelReference()
152 {
153 return $this->largeModelReference;
154 }
155 /**
156 * @param string
157 */
158 public function setModelDisplayName($modelDisplayName)
159 {
160 $this->modelDisplayName = $modelDisplayName;
161 }
162 /**
163 * @return string
164 */
165 public function getModelDisplayName()
166 {
167 return $this->modelDisplayName;
168 }
169 /**
170 * @param string
171 */
172 public function setPublicArtifactUri($publicArtifactUri)
173 {
174 $this->publicArtifactUri = $publicArtifactUri;
175 }
176 /**
177 * @return string
178 */
179 public function getPublicArtifactUri()
180 {
181 return $this->publicArtifactUri;
182 }
183 /**
184 * @param string
185 */
186 public function setSharedResources($sharedResources)
187 {
188 $this->sharedResources = $sharedResources;
189 }
190 /**
191 * @return string
192 */
193 public function getSharedResources()
194 {
195 return $this->sharedResources;
196 }
197 /**
198 * @param string
199 */
200 public function setTitle($title)
201 {
202 $this->title = $title;
203 }
204 /**
205 * @return string
206 */
207 public function getTitle()
208 {
209 return $this->title;
210 }
211}
212
213// Adding a class alias for backwards compatibility with the previous class name.
214class_alias(GoogleCloudAiplatformV1PublisherModelCallToActionDeploy::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PublisherModelCallToActionDeploy');
Note: See TracBrowser for help on using the repository browser.