CreateModelRequest: {
    name?: string;
    projectId?: string;
    region?: Region;
    source: ModelSource;
}

Type declaration

  • Optionalname?: string

    Name of the model.

  • OptionalprojectId?: string

    ID of the Project to import the model in.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • source: ModelSource

    Where to import the model from.