# Update the name of the bucket you want to use # to store the intermediate results of this getting # started: BUCKET = '<>' # You can leave these other parameters to these # default values: PREFIX_TRAINING = 'demo/training-data/' PREFIX_LABEL = 'demo/label-data/' PREFIX_INFERENCE = 'demo/inference-data' DATASET_NAME = 'demonstration' MODEL_NAME = f'{DATASET_NAME}-model' INFERENCE_SCHEDULER_NAME = f'{DATASET_NAME}-scheduler'