Schema Package (autotransform.schema)
Schemas are the heart of AutoTransform. They contain all necesary components and configuration to deploy a change.
- AutoTransformSchema (autotransform.schema.schema)
AutoTransformSchemaAutoTransformSchema.inputAutoTransformSchema.batcherAutoTransformSchema.transformerAutoTransformSchema.configAutoTransformSchema.filtersAutoTransformSchema.validatorsAutoTransformSchema.commandsAutoTransformSchema.repoAutoTransformSchema.batcherAutoTransformSchema.commandsAutoTransformSchema.configAutoTransformSchema.execute_batch()AutoTransformSchema.filtersAutoTransformSchema.from_console()AutoTransformSchema.from_data()AutoTransformSchema.get_batches()AutoTransformSchema.get_items()AutoTransformSchema.inputAutoTransformSchema.model_configAutoTransformSchema.repoAutoTransformSchema.run()AutoTransformSchema.transformerAutoTransformSchema.validators
- Config (autotransform.schema.config)
SchemaConfigSchemaConfig.schema_nameSchemaConfig.allowed_validation_levelSchemaConfig.max_submissionsSchemaConfig.ownersSchemaConfig.allowed_validation_levelSchemaConfig.from_console()SchemaConfig.max_submissionsSchemaConfig.max_submissions_is_positive()SchemaConfig.model_configSchemaConfig.ownersSchemaConfig.schema_name
- SchemaBuilder (autotransform.schema.builder)
SchemaBuilderSchemaBuilder.build()SchemaBuilder.dump_to_file()SchemaBuilder.get_batcher()SchemaBuilder.get_commands()SchemaBuilder.get_config()SchemaBuilder.get_filters()SchemaBuilder.get_input()SchemaBuilder.get_repo()SchemaBuilder.get_transformer()SchemaBuilder.get_validators()SchemaBuilder.model_config
SchemaBuilderName