Class: Google::Cloud::AIPlatform::V1::WriteTensorboardExperimentDataRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tensorboard_experiment::String

Returns Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}.

Returns:

  • (::String)

    Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}



717
718
719
720
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 717

class WriteTensorboardExperimentDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#write_run_data_requests::Array<::Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest>

Returns Required. Requests containing per-run TensorboardTimeSeries data to write.

Returns:



717
718
719
720
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 717

class WriteTensorboardExperimentDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end