GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest constructor

GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest({
  1. List<String>? artifacts,
  2. List<String>? executions,
})

Implementation

GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest({
  this.artifacts,
  this.executions,
});