Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Request message for TensorboardService.WriteTensorboardExperimentData.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest

Returns a new instance of GoogleCloudAiplatformV1WriteTensorboardExperimentDataRequest.



23841
23842
23843
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 23841

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#write_run_data_requestsArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteTensorboardRunDataRequest>

Required. Requests containing per-run TensorboardTimeSeries data to write. Corresponds to the JSON property writeRunDataRequests



23839
23840
23841
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 23839

def write_run_data_requests
  @write_run_data_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23846
23847
23848
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 23846

def update!(**args)
  @write_run_data_requests = args[:write_run_data_requests] if args.key?(:write_run_data_requests)
end