Class: Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest

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_run::String

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

Returns:

  • (::String)

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



743
744
745
746
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 743

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

#time_series_data::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>

Returns Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.

Returns:

  • (::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>)

    Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.



743
744
745
746
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 743

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