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.



25693
25694
25695
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25693

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



25691
25692
25693
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25691

def write_run_data_requests
  @write_run_data_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25698
25699
25700
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 25698

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