GoogleApi.TPU.V2.Model.QueueingPolicy (google_api_tpu v0.18.0)
View SourceDefines the policy of the QueuedRequest.
Attributes
-
validAfterDuration
(type:String.t
, default:nil
) - Optional. A relative time after which resources may be created. -
validAfterTime
(type:DateTime.t
, default:nil
) - Optional. An absolute time after which resources may be created. -
validInterval
(type:GoogleApi.TPU.V2.Model.Interval.t
, default:nil
) - Optional. An absolute time interval within which resources may be created. -
validUntilDuration
(type:String.t
, default:nil
) - Optional. A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed. -
validUntilTime
(type:DateTime.t
, default:nil
) - Optional. An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TPU.V2.Model.QueueingPolicy{ validAfterDuration: String.t() | nil, validAfterTime: DateTime.t() | nil, validInterval: GoogleApi.TPU.V2.Model.Interval.t() | nil, validUntilDuration: String.t() | nil, validUntilTime: DateTime.t() | nil }