View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListArtifactsResponse (google_api_ai_platform v0.24.0)
Response message for MetadataService.ListArtifacts.
Attributes
-
artifacts
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Artifact.t)
, default:nil
) - The Artifacts retrieved from the MetadataStore. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as ListArtifactsRequest.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.GoogleCloudAiplatformV1ListArtifactsResponse{ artifacts: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Artifact.t()] | nil, nextPageToken: String.t() | nil }