Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListTensorboardTimeSeriesRequest (v0.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListTensorboardTimeSeriesRequest.

Request message for TensorboardService.ListTensorboardTimeSeries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Lists the TensorboardTimeSeries that match the filter expression.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Lists the TensorboardTimeSeries that match the filter expression.
Returns
  • (::String) — Lists the TensorboardTimeSeries that match the filter expression.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Field to use to sort the list.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Field to use to sort the list.
Returns
  • (::String) — Field to use to sort the list.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
  • (::Integer) — The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_token

def page_token() -> ::String
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}'

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}'
Returns
  • (::String) — Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}'

#read_mask

def read_mask() -> ::Google::Protobuf::FieldMask
Returns

#read_mask=

def read_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns