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