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.



32477
32478
32479
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32477

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



32475
32476
32477
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32475

def write_run_data_requests
  @write_run_data_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32482
32483
32484
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32482

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