Databricks SDK for JavaScript
    Preparing search index...

    Request to create a new model service.

    interface CreateModelServiceRequest {
        modelService?: ModelService;
        modelServiceId?: string;
        parent?: string;
    }
    Index

    Properties

    modelService?: ModelService

    The model service to create. The server populates name from parent + model_service_id; clients should leave it unset.

    modelServiceId?: string

    Leaf identifier for the model service (the unqualified name within the parent schema, e.g. "my_model_service").

    parent?: string

    Resource name of the parent schema. Format: schemas/{catalog}.{schema}. Each {...} component is capped at 255 characters individually.