Class: Google::Cloud::AIPlatform::V1::CreateTensorboardRunRequest

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 TensorboardExperiment to create the TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}.

Returns:

  • (::String)

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



371
372
373
374
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 371

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

#tensorboard_run::Google::Cloud::AIPlatform::V1::TensorboardRun

Returns Required. The TensorboardRun to create.

Returns:



371
372
373
374
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 371

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

#tensorboard_run_id::String

Returns Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name.

This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.

Returns:

  • (::String)

    Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name.

    This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.



371
372
373
374
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 371

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