View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest (google_api_ai_platform v0.15.0)
Request message for [NotebookService.CreateNotebookExecutionJob]
Attributes
-
notebookExecutionJob
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJob.t
, default:nil
) - Required. The NotebookExecutionJob to create. -
notebookExecutionJobId
(type:String.t
, default:nil
) - Optional. User specified ID for the NotebookExecutionJob. -
parent
(type:String.t
, default:nil
) - Required. The resource name of the Location to create the NotebookExecutionJob. Format:projects/{project}/locations/{location}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest{ notebookExecutionJob: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJob.t() | nil, notebookExecutionJobId: String.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.