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.



51470
51471
51472
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 51470

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



51468
51469
51470
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 51468

def write_run_data_requests
  @write_run_data_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51475
51476
51477
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 51475

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