View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateTensorboardRunRequest (google_api_ai_platform v0.13.0)
Request message for TensorboardService.CreateTensorboardRun.
Attributes
-
parent
(type:String.t
, default:nil
) - Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format:projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
-
tensorboardRun
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardRun.t
, default:nil
) - Required. The TensorboardRun to create. -
tensorboardRunId
(type:String.t
, default:nil
) - 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-/
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateTensorboardRunRequest{ parent: String.t() | nil, tensorboardRun: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardRun.t() | nil, tensorboardRunId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.