View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyCheckpoint (google_api_ai_platform v0.3.0)
Describes a sample at a checkpoint for post-processing.
Attributes
-
codeyTruncatorMetadata(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyTruncatorMetadata.t, default:nil) - Metadata that describes what was truncated at this checkpoint. -
currentSample(type:String.t, default:nil) - Current state of the sample after truncator. -
postInferenceStep(type:String.t, default:nil) - Postprocessor run that yielded this checkpoint.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyCheckpoint{ codeyTruncatorMetadata: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootCodeyTruncatorMetadata.t() | nil, currentSample: String.t() | nil, postInferenceStep: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.