View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudyTimeConstraint (google_api_ai_platform v0.13.0)

Time-based Constraint for Study

Attributes

  • endTime (type: DateTime.t, default: nil) - Compares the wallclock time to this time. Must use UTC timezone.
  • maxDuration (type: String.t, default: nil) - Counts the wallclock time passed since the creation of this Study.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudyTimeConstraint{
    endTime: DateTime.t() | nil,
    maxDuration: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.