View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRelativeTemporalPartition (google_api_ai_platform v0.2.0)

For ease of use, assume that the start_offset is inclusive and the end_offset is exclusive. In mathematical terms, the partition would be written as [start_offset, end_offset).

Attributes

  • endOffset (type: String.t, default: nil) - End time offset of the partition.
  • startOffset (type: String.t, default: nil) - Start time offset of the partition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRelativeTemporalPartition{
    endOffset: String.t() | nil,
    startOffset: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.