Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateTensorboardTimeSeriesRequest (v0.21.0)

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

Request message for TensorboardService.CreateTensorboardTimeSeries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. 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 create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Returns
  • (::String) — Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

#tensorboard_time_series

def tensorboard_time_series() -> ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries
Returns

#tensorboard_time_series=

def tensorboard_time_series=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries
Parameter
Returns

#tensorboard_time_series_id

def tensorboard_time_series_id() -> ::String
Returns
  • (::String) — Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"

#tensorboard_time_series_id=

def tensorboard_time_series_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"
Returns
  • (::String) — Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"