View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListMetadataSchemasResponse (google_api_ai_platform v0.13.0)
Response message for MetadataService.ListMetadataSchemas.
Attributes
-
metadataSchemas
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataSchema.t)
, default:nil
) - The MetadataSchemas found for the MetadataStore. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as ListMetadataSchemasRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListMetadataSchemasResponse{ metadataSchemas: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataSchema.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.