Class: Google::Cloud::AIPlatform::V1::DeleteTensorboardTimeSeriesRequest

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

#name::String

Returns Required. The name of the TensorboardTimeSeries to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}.

Returns:

  • (::String)

    Required. The name of the TensorboardTimeSeries to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}



641
642
643
644
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 641

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