Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateTensorboardExperimentRequest (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateTensorboardExperimentRequest.

Request message for TensorboardService.CreateTensorboardExperiment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}

#tensorboard_experiment

def tensorboard_experiment() -> ::Google::Cloud::AIPlatform::V1::TensorboardExperiment
Returns

#tensorboard_experiment=

def tensorboard_experiment=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardExperiment
Parameter
Returns

#tensorboard_experiment_id

def tensorboard_experiment_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the Tensorboard experiment, which will become 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]-/.

#tensorboard_experiment_id=

def tensorboard_experiment_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the Tensorboard experiment, which will become 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 will become 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]-/.