View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ScheduleRunResponse (google_api_ai_platform v0.24.0)
Status of a scheduled run.
Attributes
-
runResponse(type:String.t, default:nil) - The response of the scheduled run. -
scheduledRunTime(type:DateTime.t, default:nil) - The scheduled run time based on the user-specified schedule.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ScheduleRunResponse{ runResponse: String.t() | nil, scheduledRunTime: DateTime.t() | nil }