Class: Google::Cloud::AIPlatform::V1::CreateTensorboardTimeSeriesRequest

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

#parent::String

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

Returns:

  • (::String)

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



544
545
546
547
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 544

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

#tensorboard_time_series::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries

Returns Required. The TensorboardTimeSeries to create.

Returns:



544
545
546
547
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 544

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

#tensorboard_time_series_id::String

Returns Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}".

Returns:

  • (::String)

    Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"



544
545
546
547
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 544

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