Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListStudiesResponse.
Response message for VizierService.ListStudies.
Generated from protobuf message google.cloud.aiplatform.v1.ListStudiesResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ studies |
array<Google\Cloud\AIPlatform\V1\Study>
The studies associated with the project. |
↳ next_page_token |
string
Passes this token as the |
getStudies
The studies associated with the project.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStudies
The studies associated with the project.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\Study>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |