Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateTensorboardRunRequest (v0.10.0)

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

Request message for TensorboardService.CreateTensorboardRun.

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 TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

#parent=

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

#tensorboard_run

def tensorboard_run() -> ::Google::Cloud::AIPlatform::V1::TensorboardRun
Returns

#tensorboard_run=

def tensorboard_run=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardRun
Parameter
Returns

#tensorboard_run_id

def tensorboard_run_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the Tensorboard run, which will become the final component of the Tensorboard run's resource name.

    This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.

#tensorboard_run_id=

def tensorboard_run_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the Tensorboard run, which will become the final component of the Tensorboard run's resource name.

    This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.

Returns
  • (::String) — Required. The ID to use for the Tensorboard run, which will become the final component of the Tensorboard run's resource name.

    This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.