Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::WriteTensorboardExperimentDataRequest (v0.9.1)

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

Request message for TensorboardService.WriteTensorboardExperimentData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tensorboard_experiment

def tensorboard_experiment() -> ::String
Returns
  • (::String) — Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

#tensorboard_experiment=

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

#write_run_data_requests

def write_run_data_requests() -> ::Array<::Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest>
Returns

#write_run_data_requests=

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