Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchCreateTensorboardRunsRequest (v0.20.0)

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

Request message for TensorboardService.BatchCreateTensorboardRuns.

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 TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.
Returns
  • (::String) — Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.

#requests

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

#requests=

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