GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListAnnotationsResponse (google_api_ai_platform v0.27.0)
View SourceResponse message for DatasetService.ListAnnotations.
Attributes
-
annotations(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Annotation.t), default:nil) - A list of Annotations that matches the specified filter in the request. -
nextPageToken(type:String.t, default:nil) - The standard List next-page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListAnnotationsResponse{ annotations: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Annotation.t()] | nil, nextPageToken: String.t() | nil }