Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadTensorboardTimeSeriesDataRequest (v0.4.0)

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

Request message for TensorboardService.ReadTensorboardTimeSeriesData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

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

#filter=

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

#max_data_points

def max_data_points() -> ::Integer
Returns
  • (::Integer) — The maximum number of TensorboardTimeSeries' data to return.

    This value should be a positive integer. This value can be set to -1 to return all data.

#max_data_points=

def max_data_points=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of TensorboardTimeSeries' data to return.

    This value should be a positive integer. This value can be set to -1 to return all data.

Returns
  • (::Integer) — The maximum number of TensorboardTimeSeries' data to return.

    This value should be a positive integer. This value can be set to -1 to return all data.

#tensorboard_time_series

def tensorboard_time_series() -> ::String
Returns
  • (::String) — Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

#tensorboard_time_series=

def tensorboard_time_series=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Returns
  • (::String) — Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}