Skip to content

Commit ced13bf

Browse files
1 parent 66d978f commit ced13bf

6 files changed

Lines changed: 121 additions & 0 deletions

src/Aiplatform/GoogleCloudAiplatformV1CustomJobSpec.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class GoogleCloudAiplatformV1CustomJobSpec extends \Google\Collection
5454
* @var string
5555
*/
5656
public $protectedArtifactLocationId;
57+
protected $pscInterfaceConfigType = GoogleCloudAiplatformV1PscInterfaceConfig::class;
58+
protected $pscInterfaceConfigDataType = '';
5759
/**
5860
* @var string[]
5961
*/
@@ -197,6 +199,20 @@ public function getProtectedArtifactLocationId()
197199
{
198200
return $this->protectedArtifactLocationId;
199201
}
202+
/**
203+
* @param GoogleCloudAiplatformV1PscInterfaceConfig
204+
*/
205+
public function setPscInterfaceConfig(GoogleCloudAiplatformV1PscInterfaceConfig $pscInterfaceConfig)
206+
{
207+
$this->pscInterfaceConfig = $pscInterfaceConfig;
208+
}
209+
/**
210+
* @return GoogleCloudAiplatformV1PscInterfaceConfig
211+
*/
212+
public function getPscInterfaceConfig()
213+
{
214+
return $this->pscInterfaceConfig;
215+
}
200216
/**
201217
* @param string[]
202218
*/

src/Aiplatform/GoogleCloudAiplatformV1FunctionDeclaration.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,16 @@ class GoogleCloudAiplatformV1FunctionDeclaration extends \Google\Model
2929
public $name;
3030
protected $parametersType = GoogleCloudAiplatformV1Schema::class;
3131
protected $parametersDataType = '';
32+
/**
33+
* @var array
34+
*/
35+
public $parametersJsonSchema;
3236
protected $responseType = GoogleCloudAiplatformV1Schema::class;
3337
protected $responseDataType = '';
38+
/**
39+
* @var array
40+
*/
41+
public $responseJsonSchema;
3442

3543
/**
3644
* @param string
@@ -74,6 +82,20 @@ public function getParameters()
7482
{
7583
return $this->parameters;
7684
}
85+
/**
86+
* @param array
87+
*/
88+
public function setParametersJsonSchema($parametersJsonSchema)
89+
{
90+
$this->parametersJsonSchema = $parametersJsonSchema;
91+
}
92+
/**
93+
* @return array
94+
*/
95+
public function getParametersJsonSchema()
96+
{
97+
return $this->parametersJsonSchema;
98+
}
7799
/**
78100
* @param GoogleCloudAiplatformV1Schema
79101
*/
@@ -88,6 +110,20 @@ public function getResponse()
88110
{
89111
return $this->response;
90112
}
113+
/**
114+
* @param array
115+
*/
116+
public function setResponseJsonSchema($responseJsonSchema)
117+
{
118+
$this->responseJsonSchema = $responseJsonSchema;
119+
}
120+
/**
121+
* @return array
122+
*/
123+
public function getResponseJsonSchema()
124+
{
125+
return $this->responseJsonSchema;
126+
}
91127
}
92128

93129
// Adding a class alias for backwards compatibility with the previous class name.

src/Aiplatform/GoogleCloudAiplatformV1GenerationConfig.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ class GoogleCloudAiplatformV1GenerationConfig extends \Google\Collection
5252
* @var float
5353
*/
5454
public $presencePenalty;
55+
/**
56+
* @var array
57+
*/
58+
public $responseJsonSchema;
5559
/**
5660
* @var bool
5761
*/
@@ -205,6 +209,20 @@ public function getPresencePenalty()
205209
{
206210
return $this->presencePenalty;
207211
}
212+
/**
213+
* @param array
214+
*/
215+
public function setResponseJsonSchema($responseJsonSchema)
216+
{
217+
$this->responseJsonSchema = $responseJsonSchema;
218+
}
219+
/**
220+
* @return array
221+
*/
222+
public function getResponseJsonSchema()
223+
{
224+
return $this->responseJsonSchema;
225+
}
208226
/**
209227
* @param bool
210228
*/

src/Aiplatform/GoogleCloudAiplatformV1PersistentResource.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class GoogleCloudAiplatformV1PersistentResource extends \Google\Collection
4444
* @var string
4545
*/
4646
public $network;
47+
protected $pscInterfaceConfigType = GoogleCloudAiplatformV1PscInterfaceConfig::class;
48+
protected $pscInterfaceConfigDataType = '';
4749
/**
4850
* @var string[]
4951
*/
@@ -173,6 +175,20 @@ public function getNetwork()
173175
{
174176
return $this->network;
175177
}
178+
/**
179+
* @param GoogleCloudAiplatformV1PscInterfaceConfig
180+
*/
181+
public function setPscInterfaceConfig(GoogleCloudAiplatformV1PscInterfaceConfig $pscInterfaceConfig)
182+
{
183+
$this->pscInterfaceConfig = $pscInterfaceConfig;
184+
}
185+
/**
186+
* @return GoogleCloudAiplatformV1PscInterfaceConfig
187+
*/
188+
public function getPscInterfaceConfig()
189+
{
190+
return $this->pscInterfaceConfig;
191+
}
176192
/**
177193
* @param string[]
178194
*/

src/Aiplatform/GoogleCloudAiplatformV1PipelineJob.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class GoogleCloudAiplatformV1PipelineJob extends \Google\Collection
5858
* @var bool
5959
*/
6060
public $preflightValidations;
61+
protected $pscInterfaceConfigType = GoogleCloudAiplatformV1PscInterfaceConfig::class;
62+
protected $pscInterfaceConfigDataType = '';
6163
/**
6264
* @var string[]
6365
*/
@@ -245,6 +247,20 @@ public function getPreflightValidations()
245247
{
246248
return $this->preflightValidations;
247249
}
250+
/**
251+
* @param GoogleCloudAiplatformV1PscInterfaceConfig
252+
*/
253+
public function setPscInterfaceConfig(GoogleCloudAiplatformV1PscInterfaceConfig $pscInterfaceConfig)
254+
{
255+
$this->pscInterfaceConfig = $pscInterfaceConfig;
256+
}
257+
/**
258+
* @return GoogleCloudAiplatformV1PscInterfaceConfig
259+
*/
260+
public function getPscInterfaceConfig()
261+
{
262+
return $this->pscInterfaceConfig;
263+
}
248264
/**
249265
* @param string[]
250266
*/

src/Aiplatform/GoogleCloudAiplatformV1PscInterfaceConfig.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919

2020
class GoogleCloudAiplatformV1PscInterfaceConfig extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $networkAttachment;
26+
27+
/**
28+
* @param string
29+
*/
30+
public function setNetworkAttachment($networkAttachment)
31+
{
32+
$this->networkAttachment = $networkAttachment;
33+
}
34+
/**
35+
* @return string
36+
*/
37+
public function getNetworkAttachment()
38+
{
39+
return $this->networkAttachment;
40+
}
2241
}
2342

2443
// Adding a class alias for backwards compatibility with the previous class name.

0 commit comments

Comments
 (0)