Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.79 KB

AIPlatform.md

File metadata and controls

45 lines (28 loc) · 1.79 KB

GCP AI Platform

back to index

AI Platform Pipelines

AI Platform tech stack

file:///home/mariana.almeida/%C3%81rea%20de%20Trabalho/aits.pngimage

KUBEFLOW PIPELINES X TFX PIPELINES file:///home/mariana.almeida/%C3%81rea%20de%20Trabalho/KUBE.pngimage

What constitutes an AI Platform instance?

  • Containerized implementations of ML tasks
    • Containers provide portability, repeatability and encapsulation.
    • A task can be single noded or distributed
    • A containerized task canc invoke other services
  • Specification of the sequence of the steps
    • Specified via python SDK
  • Input parameters

Current process for building MLOPs pipeline

  • Set up a GKE (google kubernetes engine) cluster
  • Create a cloud storage bucket for storing data
  • Install kubeflow pipelines
  • Set up port forwarding
  • Create a process to share pipeline with the team

GOOGLE AI PLATFORM PIPELINES DOES ALL THOSE STEPS

Building and operationalizing the model

file:///home/mariana.almeida/%C3%81rea%20de%20Trabalho/aiplt.pngimage

Overview of MLOPs

file:///home/mariana.almeida/%C3%81rea%20de%20Trabalho/mlopsgpc.pngimage

System Overview file:///home/mariana.almeida/%C3%81rea%20de%20Trabalho/systemoverview.pngimage