Google Cloud Ai Platform V1 Client - Class ListStudiesResponse (1.54.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ studies array<Study>

The studies associated with the project.

↳ next_page_token string

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.

getStudies

The studies associated with the project.

Returns
Type Description
Google\Protobuf\RepeatedField<Study>

setStudies

The studies associated with the project.

Parameter
Name Description
var array<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