Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchCreateTensorboardTimeSeriesRequest (v0.6.0)

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

Request message for TensorboardService.BatchCreateTensorboardTimeSeries.

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 TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.
Returns
  • (::String) — Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.

#requests

def requests() -> ::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardTimeSeriesRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardTimeSeriesRequest>
Parameter
Returns