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.



34316
34317
34318
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34316

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



34314
34315
34316
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34314

def write_run_data_requests
  @write_run_data_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34321
34322
34323
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34321

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