Google Cloud Ai Platform V1 Client - Class ListTensorboardRunsResponse (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListTensorboardRunsResponse.

Response message for TensorboardService.ListTensorboardRuns.

Generated from protobuf message google.cloud.aiplatform.v1.ListTensorboardRunsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tensorboard_runs array<Google\Cloud\AIPlatform\V1\TensorboardRun>

The TensorboardRuns mathching the request.

↳ next_page_token string

A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getTensorboardRuns

The TensorboardRuns mathching the request.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTensorboardRuns

The TensorboardRuns mathching the request.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\TensorboardRun>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this