Class: Google::Cloud::AIPlatform::V1::CreateTensorboardExperimentRequest

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

Returns:

  • (::String)

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



225
226
227
228
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225

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

#tensorboard_experiment::Google::Cloud::AIPlatform::V1::TensorboardExperiment

Returns The TensorboardExperiment to create.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225

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

#tensorboard_experiment_id::String

Returns Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment'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 experiment, which becomes the final component of the Tensorboard experiment's resource name.

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



225
226
227
228
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 225

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